<br>---------------------------------<br>On Friday, April 5, 2019, José Mejuto wrote:<br>> 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.<br>---------------------------------<br><br>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)<br><br>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).<br><br>