You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to play a bit with LockBox3 I have followed the guidelines shown in http://lockbox.seanbdurkin.id.au/Generate+an+RSA+key (had to use web.archive.org to get there) and when trying to generate RSA keys the newly created app raised ERangeError exception in THugeCardinal.MulPower2_NewAlgorithm( ShiftAmnt: integer) line 1450 with a call stack as shown below. Test app compiled with Delphi 12.2, run on Win11.
:76d0c424 KERNELBASE.RaiseException + 0x64
uTPLb_HugeCardinal.THugeCardinal.MulPower2_NewAlgorithm(6586580)
uTPLb_HugeCardinal.THugeCardinal.MulPower2_NewAlgorithm(1)
uTPLb_HugeCardinal.THugeCardinal.MulPower2(-1)
uTPLb_HugeCardinal.THugeCardinal.DividePrimitive($355AAD0,nil,$355AAB0,False)
uTPLb_HugeCardinal.THugeCardinal.Modulo($355AAD0)
uTPLb_HugeCardinalUtils.GeneratePrime(514,(uTPLb_RSA_Engine.TRSA_Gen_Key_Helper.Progress_Event,$355A6F0),(uTPLb_RSA_Engine.TRSA_Gen_Key_Helper.PrimalityTest_Event,$355A6F0),5,TMemoryStreamPool($356FC50) as IMemoryStreamPool,$355A730,0)
uTPLb_HugeCardinalUtils.Compute_RSA_Fundamentals_2Factors(1024,65537,nil,nil,nil,nil,$355A730,nil,nil,nil,nil,(uTPLb_RSA_Engine.TRSA_Gen_Key_Helper.Progress_Event,$355A6F0),(uTPLb_RSA_Engine.TRSA_Gen_Key_Helper.PrimalityTest_Event,$355A6F0),5,TMemoryStreamPool($356FC50) as IMemoryStreamPool,0,False)
uTPLb_RSA_Engine.TRSA_Engine.GenerateAsymetricKeyPair(1024,$3544460,(uTPLb_Codec.TCodec.GenerateAsymetricKeyPairProgress_Event,$3544460),nil,False)
uTPLb_Codec.TSimpleCodec.InitFromGeneratedAsymetricKeyPair
uTPLb_Codec.TCodec.InitFromGeneratedAsymetricKeyPair
uTPLb_Signatory.TSignatory.GenerateKeys
The text was updated successfully, but these errors were encountered:
Hello,
In order to play a bit with LockBox3 I have followed the guidelines shown in http://lockbox.seanbdurkin.id.au/Generate+an+RSA+key (had to use web.archive.org to get there) and when trying to generate RSA keys the newly created app raised ERangeError exception in THugeCardinal.MulPower2_NewAlgorithm( ShiftAmnt: integer) line 1450 with a call stack as shown below. Test app compiled with Delphi 12.2, run on Win11.
:76d0c424 KERNELBASE.RaiseException + 0x64
uTPLb_HugeCardinal.THugeCardinal.MulPower2_NewAlgorithm(6586580)
uTPLb_HugeCardinal.THugeCardinal.MulPower2_NewAlgorithm(1)
uTPLb_HugeCardinal.THugeCardinal.MulPower2(-1)
uTPLb_HugeCardinal.THugeCardinal.DividePrimitive($355AAD0,nil,$355AAB0,False)
uTPLb_HugeCardinal.THugeCardinal.Modulo($355AAD0)
uTPLb_HugeCardinalUtils.GeneratePrime(514,(uTPLb_RSA_Engine.TRSA_Gen_Key_Helper.Progress_Event,$355A6F0),(uTPLb_RSA_Engine.TRSA_Gen_Key_Helper.PrimalityTest_Event,$355A6F0),5,TMemoryStreamPool($356FC50) as IMemoryStreamPool,$355A730,0)
uTPLb_HugeCardinalUtils.Compute_RSA_Fundamentals_2Factors(1024,65537,nil,nil,nil,nil,$355A730,nil,nil,nil,nil,(uTPLb_RSA_Engine.TRSA_Gen_Key_Helper.Progress_Event,$355A6F0),(uTPLb_RSA_Engine.TRSA_Gen_Key_Helper.PrimalityTest_Event,$355A6F0),5,TMemoryStreamPool($356FC50) as IMemoryStreamPool,0,False)
uTPLb_RSA_Engine.TRSA_Engine.GenerateAsymetricKeyPair(1024,$3544460,(uTPLb_Codec.TCodec.GenerateAsymetricKeyPairProgress_Event,$3544460),nil,False)
uTPLb_Codec.TSimpleCodec.InitFromGeneratedAsymetricKeyPair
uTPLb_Codec.TCodec.InitFromGeneratedAsymetricKeyPair
uTPLb_Signatory.TSignatory.GenerateKeys
The text was updated successfully, but these errors were encountered: