[fpc-pascal] Public key algo pascal only

Jy V jyv110 at gmail.com
Sun Apr 7 08:22:28 CEST 2019


---------------------------------
On Friday, April 5, 2019, José Mejuto wrote:
> Is there any public/private key algorithm, pascal only, implemented in
the distribution of fpc ? Degree of security is not important, also a 3rd
party unit which does not depends on a DLL or depends on another software
to generate key pairs, or other tasks, would be valid too.
---------------------------------

Give a look at Crypto.pas in Ultibo project at github, from memory it
requires very few other pascal unit (and of course no external library or
obscure binary code)

I also know that XMLRAD is sharing similar feature in unit XCrypto.pas, the
project is hosted at SourceForge (and still of course no external library
or obscure binary code).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20190407/bbdd32f6/attachment.html>


More information about the fpc-pascal mailing list