https://github.com/sara-pixie/java-encryption-program
An one-time pad encryption program (ACSII table) made with Java
https://github.com/sara-pixie/java-encryption-program
acsii-table encryption-decryption java otp
Last synced: about 1 year ago
JSON representation
An one-time pad encryption program (ACSII table) made with Java
- Host: GitHub
- URL: https://github.com/sara-pixie/java-encryption-program
- Owner: Sara-pixie
- Created: 2022-01-02T15:43:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T20:06:07.000Z (over 4 years ago)
- Last Synced: 2025-01-21T15:32:28.058Z (over 1 year ago)
- Topics: acsii-table, encryption-decryption, java, otp
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Java Encryption Program
Creates a key whith which it then encrypts your text and can decrypt it again later.
It doesn't save the key though, so it's one unikey per session for now.