encryption - Which c++ free (none GPL) library to use if I like to encrypt text? -
does crypto++ fine? use public keys method
crypto++ excellent , can handle public/private keys. openssl excellent, non-gpl, c library. , botan choice, non-gpl
does crypto++ fine? use public keys method
crypto++ excellent , can handle public/private keys. openssl excellent, non-gpl, c library. , botan choice, non-gpl
Comments
Post a Comment