mikelgjergjiuri / cryptology-site

0 stars 0 forks source link

RSA Demo needs to be migrated from java applet to pure javascript #1

Closed mikelgjergjiuri closed 3 years ago

mikelgjergjiuri commented 4 years ago

High Priority

mikelgjergjiuri commented 4 years ago

In order to prevent encoding/decoding problems, user should not work directly with characters in rsa, but rather with integers. User interface should have a encoding/decoding section for user to convert text between integer/character format.

mikelgjergjiuri commented 3 years ago

Completed