Hi, I used version 2.07 in Delphi2007 and now I would like to migrate to Delphi 10.4.2. I installed the TPLockbox version from getit. I was able to use the TLbDES component and encrypt and decrypt as in version 2.07 but the TLb3DES was not. I used version 2 like this: var Key128 : TKey128; GenerateMD5Key(Key128, '12345abcd6789'); str := TripleDESEncryptStringEx(componifile,Key128,True);//OR FALSE to decrypt I tried to use the same method with new version but it doesn't decrypt correctly: var decstri:...
Hi, I used version 2.07 in Delphi2007 and now I would like to migrate to Delphi 10.4.2. I installed the TPLockbox version from getit. I was able to use the TLbDES component and encrypt and decrypt as in version 2.07 but the TLb3DES was not. I used version 2 like this: var Key128 : TKey128; GenerateMD5Key(Key128, '12345abcd6789'); str := TripleDESEncryptStringEx(componifile,Key1282,True);//OR FALSE to decrypt I tried to use the same method with new version but it doesn't decrypt correctly: var decstri:...
Hi, I used version 2.07 in Delphi2007 and now I would like to migrate to Delphi 10.4.2. I installed the TPLockbox version from getit. I was able to use the TLbDES component and encrypt and decrypt as in version 2.07 but the TLb3DES was not. I used version 2 like this: var Key128 : TKey128; GenerateMD5Key(Key128, '12345abcd6789'); str := TripleDESEncryptStringEx(componifile,Key1282,True);//OR FALSE to decrypt I tried to use the same method with new version but it doesn't decrypt correctly: var decstri:...
Hi, I used version 2.07 in Delphi2007 and now I would like to migrate to Delphi 10.4.2. I installed the TPLockbox version from getit. I was able to use the TLbDES component and encrypt and decrypt as in version 2.07 but the TLb3DES was not. I used version 2 like this: var Key128 : TKey128; GenerateMD5Key(Key128, '12345abcd6789'); str := TripleDESEncryptStringEx(componifile,Key1282,True);//OR FALSE to decrypt I tried to use the same method with new version but it doesn't decrypt correctly: var decstri:...