[fpc-pascal] Public key algo pascal only

Michael Van Canneyt michael at freepascal.org
Fri Apr 5 13:01:21 CEST 2019



On Fri, 5 Apr 2019, José Mejuto wrote:

> Hello,
>
> 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.

Not to my knowledge. All solutions use gnutls or openssl.

I know of TMS Crypto, but it also uses .obj files that were generated using C, as
far as I know.

Maybe DCrypt has the necessary routines, Graeme Geldenhuys maintains a
version that works with FPC.

Michael.


More information about the fpc-pascal mailing list