-
Notifications
You must be signed in to change notification settings - Fork 0
This method requires two inputs one a number and a plaintext. The Time Complexity and Space Complexity both are O(N). The encryption formula is En(x) = (x + n) mod 26 and the Decryption formula is Dn(x) = (x – n) mod 26. Made in: Java Netbeans 8.2
RaymundoBaca/Caesar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
This method requires two inputs one a number and a plaintext. The Time Complexity and Space Complexity both are O(N). The encryption formula is En(x) = (x + n) mod 26 and the Decryption formula is Dn(x) = (x – n) mod 26. Made in: Java Netbeans 8.2
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published