Free Digital Signature Library in Delphi

Are there any free digital signature libraries? I need it to work in Delphi 2010 and be portable. By portable, I mean that the library implements the actual algorithms, and does not use the Windows API.

TurboPower LockBox doesn't work for me: here is expalantion .

+3
source share
3 answers

OpenSSL should work. It is free and runs on different platforms. This is not a Delphi library, but rather an API, but it can be called from a Delphi application.

+4
source

, SecureBlackbox , 100 .

, , PKCS # 1 PKCS # 7 RSA, DSA ( ) , , .

OpenSSL, . , API API , , , .

+1
source

Source: https://habr.com/ru/post/1776678/


All Articles