Skip to content

Instantly share code, notes, and snippets.

@jm3
jm3 / DHS-flagged-word-list.md
Last active June 21, 2023 03:59
DHS flagged word list

via: Analyst-Desktop-Binder-REDACTED.pdf and the Daily Mail UK

In addition to the following list of terms, the DHS can also add additional search terms circumstantially as deemed necessary.

DHS Media Monitoring Terms

2.13 Key Words & Search Terms

This is a current list of terms that will be used by the NOC when monitoring

@keiyakins
keiyakins / ciphersaber.py
Created November 21, 2010 00:52
Keiya's ciphersaber implementation
#!/usr/bin/env python
"""An implementation of CipherSaber-2.
Copyright 2010, Keiya Bachhuber
Licensed under the WTFPL version 2 (http://sam.zoy.org/wtfpl/COPYING)
"""
from sys import argv
from os import urandom
from random import randint
from warnings import warn