This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

rsa pkcs1

Help for those learning Tcl or writing their own scripts.
Post Reply
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

rsa pkcs1

Post by Ofloo »

I am trying to write a challenge respond script what i have figured out so far is that it is using rsa pkcs1 however, .. does anyone know how i would use this in pure tcl, don't want to use binary cause i already know how to do that, .. however i'm wondering how to use pure tcl in tcl challenge responds.. but i can't seem to determine which lib i should use.
XplaiN but think of me as stupid
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

For the RSA pkcs1 standard, see this link: http://www.rsa.com/rsalabs/node.asp?id=2125

For a tcl-implementation, see this link: http://wiki.tcl.tk/11768

There's also some support for RSA in tcllib: http://tcllib.sourceforge.net

Keep in mind, that building a pure-tcl implementation will not be practical without the bignum extension or tcl 8.5, due to the size of the numbers in the arithmetics
NML_375
Post Reply