Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 408 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 408 Bytes

Last Cipher

Encrypts and decrypts text using 12 different encryption methods

Compile and Run

javac LastCipher.java
java LastCipher

Methods

  • A1Z26
  • Blowfish
  • ROT10
  • Abtash
  • Ceaser
  • Phone
  • Morse
  • Qwerty
  • Vigenere
  • AES
  • Baconian
  • Base64

Instructions

  1. Select Encrypt or Decrypt
  2. Select Cipher
  3. Type in data to be encrypted/decrypted
  4. (optional) Type in key if needed