-
LbRSA.pas, Line 304 (marked below)
Exception raised when key size set to 256 bit.
All other key sizes work for me.
=============8
2009-01-26 16:50:41 UTC in TurboPower LockBox
-
I copy the code of
E Mulvihill (emulvihill) from very long ago:
2004-05-12 20:55
https://sourceforge.net/forum/forum.php?thread_id=1074695&forum_id=241888
He proposed to add a parsing method for the TLbBigInt class to make its property IntStr writeable.
I found this to be essential otherwise there is not way to load signatures.
{...
2009-01-26 16:47:10 UTC in TurboPower LockBox
-
Even though this is an antique post: Thank you.
I found this to be very helpful. Yes, I also cannot see any other method to load a signature. Weird.
Further:
There is a bug that raises an exception in LbRSA.pas at line 304
"RSA decoding error: Invalid block format"
Precondition: Key size 256 Bit (aks256).
I found this to work with other key sizes. I could not figure out t.
2009-01-26 16:41:17 UTC in TurboPower LockBox