Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/08/04 17:18
Read: times


 
#73821 - RE: RSA algorithm encryption
Responding to: ???'s previous message
Seems possible.
- Use some hardware random number generator (will speed up things and improve security a lot)
Use a fast (33MHZ?) '51 clone
- Write (or get from somewhere) some arbitrary precision (or fixed high precision) math library (say, 128-byte integers)
- Apply the standard RSA algorithm.
- Debug.
- Enjoy.

If you're in masochist mood, go for ASM.
If you feel rich or pressed for speed, go, look for dedicated hardware alternatives.

List of 12 messages in thread
TopicAuthorDate
RSA algorithm encryption            01/01/70 00:00      
   RE: RSA algorithm encryption            01/01/70 00:00      
   RE: RSA algorithm encryption            01/01/70 00:00      
   RE: RSA algorithm encryption            01/01/70 00:00      
      RE: RSA algorithm encryption            01/01/70 00:00      
         RE: RSA algorithm encryption            01/01/70 00:00      
   RE: RSA algorithm encryption            01/01/70 00:00      
      RE: RSA algorithm encryption            01/01/70 00:00      
         Clock Speed Alone is Meaningless            01/01/70 00:00      
         RE: RSA algorithm encryption            01/01/70 00:00      
   RE: RSA algorithm encryption            01/01/70 00:00      
      RE: RSA algorithm encryption            01/01/70 00:00      

Back to Subject List