This repo implements RSA encryption using a given public key. The message is converted into a number, using ASCII in the natural way (e.g. for "A b": in ASCII, A = 65, space = 32, and b = 98; translating each number into 8 bits gives "A b" = 010000010010000001100010 in binary).
-
Notifications
You must be signed in to change notification settings - Fork 0
samuelklam/rsa-encryption
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
RSA encryption
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published