NOTE: This site has just upgraded to Forester 5.x and is still having some style and functionality issues, we will fix them ASAP.

Write a blog about daily Cryptography [uts-0078]

#### utensil opened issue at 2016-05-28 08:46:

- password:  bcrypt, PBKDF2
- digest: md5, sha1,sha256
- sym encryption: des, 3des, aes(128, 192 and 256), twofish(see http://keepass.info/) and Block cipher mode of operation
- RSA, DSA
- https://github.com/crypto101/book
- http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.95.7274&rep=rep1&type=pdf


#### utensil commented at 2016-07-05 13:35:

Introduce basic encoding/decoding first:
- meta characters in protocol design
- url encode and variants
- base64 and variants

#### utensil commented at 2016-07-22 07:01:

https://github.com/FallibleInc/security-guide-for-developers

#### utensil commented at 2017-02-25 08:23:

http://www.2uo.de/myths-about-urandom/

#### utensil commented at 2017-02-27 13:04:

- https://github.com/zbetcheckin/Security_list
- https://github.com/PaulSec/awesome-sec-talks
- https://github.com/sbilly/awesome-security
- https://github.com/carpedm20/awesome-hacking
- https://github.com/danielmiessler/SecLists
- https://github.com/teesloane/Auth-Boss

#### utensil commented at 2017-03-09 04:59:

https://github.com/forter/security-101-for-saas-startups
https://github.com/Hacker0x01/hacker101