Status: Tags: Links: JavaScript Encryption Program
Encryption Methods Implementation
Caesar Shift
Variables
shiftAmt
- How much the alphabet should be shifted by
Encryption Process
- Create a new alphabet string based on
shiftAmt
Decryption Process
- Create a new alphabet string based on
shiftAmt
- Use a for loop and use the index of the letter in the normal alphabet to change it to the appropriate letter
Enigma
Variables
Encryption Process
Decryption Process
Caesar Shift
Variables
Encryption Process
Decryption Process
References:
Created:: 2021-06-10 19:20