An open API service indexing awesome lists of open source software.

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

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.