Next: , Previous: , Up: My hardware and software details  


Cryptography tools

I used to use GnuPG OpenPGP implementation much. For signing and encryption of files and mail. But nowadays I tend to use much much more simpler tools like:

GnuTLS is a TLS library of choice. I am convinced that OpenSSL is one of the worst software we have got, that should not exist (as the whole SSL/TLS actually). Go has its own TLS implementation. I use Go GOST TLS 1.3 fork with GOST cryptography support and ChaCha20-Poly1305 ciphersuite as a preference.