Xor-el / CryptoLib4Pascal

Crypto for Modern Object Pascal
MIT License
213 stars 65 forks source link

How to Save and Load private/public keys to/from Byte array ? #3

Closed piker00 closed 6 years ago

Xor-el commented 6 years ago

The examples you need can be found here https://github.com/Xor-el/CryptoLib4Pascal/blob/master/CryptoLib.Samples/src/UsageExamples.pas

If this doesn't answer you question, please do feel free to indicate. .

piker00 commented 6 years ago

Found, thanks.