Secure Data with Encryption
Cryptography is the technique of securing information using encryption and decryption.
Symmetric → One key (fast) Asymmetric → Public + Private key Hashing → One-way function
Text → Encryption → Cipher → Decryption → Text
AES → Symmetric RSA → Asymmetric SHA → Hashing
HTTPS → Secure websites Passwords → Hashing Blockchain → Crypto security
Confidentiality → Data privacy Integrity → No changes Authentication → Verify identity
OpenSSL bcrypt crypto (Node.js)