https://github.com/naemazam/live-encryption-decryption
Encryption is the process of translating plain text data (plaintext) into something that appears to be random and meaningless (ciphertext). Decryption is the process of converting ciphertext back to plaintext. To encrypt more than a small amount of data, symmetric encryption is used
https://github.com/naemazam/live-encryption-decryption
aes cryptography encryption html-css-javascript javascript naemazam
Last synced: 27 days ago
JSON representation
Encryption is the process of translating plain text data (plaintext) into something that appears to be random and meaningless (ciphertext). Decryption is the process of converting ciphertext back to plaintext. To encrypt more than a small amount of data, symmetric encryption is used
- Host: GitHub
- URL: https://github.com/naemazam/live-encryption-decryption
- Owner: naemazam
- Created: 2021-09-14T05:31:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T05:35:53.000Z (about 4 years ago)
- Last Synced: 2025-06-18T02:43:04.175Z (4 months ago)
- Topics: aes, cryptography, encryption, html-css-javascript, javascript, naemazam
- Language: HTML
- Homepage: https://naemazam.github.io/live-encryption-decryption/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# live-encryption-decryption
Encryption is the process of translating plain text data (plaintext) into something that appears to be random and meaningless (ciphertext). Decryption is the process of converting ciphertext back to plaintext. To encrypt more than a small amount of data, symmetric encryption is used