System Hacking,Cryptography & Bruteforce techniques
- Kryptos - The art of hiding data
- Encoding - Just another form of representing data - base64,hex etc
- Hash - one way function without secret key producing output of specific byte length, hard to reverse - MD5,SHA1 etc
- Encryption - two way function, generally takes a password to produce encrypted text. Can be decrypted if password is known/brute-force. - RSA,AES etc
- Example of Hashes.
- Reference for bruteforce attacks.