├── README.md └── docs ├── 2hc.css ├── CNAME ├── Salsa_round_function.svg ├── asymmetric-decryption.svg ├── asymmetric-encryption.svg ├── decryption.svg ├── encryption.svg ├── frequency.png ├── frequency.py ├── index.html ├── ntlm.html ├── otp.jpg ├── shannon1949.pdf ├── stream-encryption.svg ├── vigenere.png └── vigenere.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/README.md -------------------------------------------------------------------------------- /docs/2hc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/2hc.css -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | 2hourscrypto.info -------------------------------------------------------------------------------- /docs/Salsa_round_function.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/Salsa_round_function.svg -------------------------------------------------------------------------------- /docs/asymmetric-decryption.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/asymmetric-decryption.svg -------------------------------------------------------------------------------- /docs/asymmetric-encryption.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/asymmetric-encryption.svg -------------------------------------------------------------------------------- /docs/decryption.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/decryption.svg -------------------------------------------------------------------------------- /docs/encryption.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/encryption.svg -------------------------------------------------------------------------------- /docs/frequency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/frequency.png -------------------------------------------------------------------------------- /docs/frequency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/frequency.py -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/ntlm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/ntlm.html -------------------------------------------------------------------------------- /docs/otp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/otp.jpg -------------------------------------------------------------------------------- /docs/shannon1949.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/shannon1949.pdf -------------------------------------------------------------------------------- /docs/stream-encryption.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/stream-encryption.svg -------------------------------------------------------------------------------- /docs/vigenere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/vigenere.png -------------------------------------------------------------------------------- /docs/vigenere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinreddot/2hourscrypto/HEAD/docs/vigenere.py --------------------------------------------------------------------------------