All Tags »
RSA Delphi ToString (RSS)
Sorry, but there are no more tags available to filter with.
-
Hi
I am new to encryption and I am not quite sure how to use TXCeedEncryption with Delphi 7.
Specifically, I am trying to build and retreive a pair of keys for the RSA Encryption method.
procedure TForm1.btnMakeKeysClick(Sender: TObject); var f: TextFile; RSA: DXceedRSAEncryptionMethod; seed,v: ...