[personal profile] lmemsm
I've seen quite a few projects borrow code from libtomcrypt. It's easy for projects to do so since the code is public domain and you can do what you want with it. However, I've seen fewer projects make use of the library in place of more popular libraries like openssl and nettle. So, here's a list of some projects that can use libtomcrypt in place of other cryptographic libraries.

https://github.com/mkj/dropbear
http://www.bitkeeper.org/
https://github.com/stepmania/stepmania
https://github.com/eduardsui/tlse
https://github.com/sqlcipher/sqlcipher
https://github.com/tomxmm0/pmanager
https://github.com/PuFF1k/encryptDecryp

The libtom project site is at:
https://www.libtom.net/

I use libtomcrypt in my own checksum and base64 utilities. I was using other code and libraries for the programs, but libtomcrypt provides a very generic and easy to work with interface. It makes it easier to write reuseable code for the utilities.

I would like to add a libtomcrypt backend for libssh2. That way, it would be easier to use whatever ssl/tls library I want with curl and still be able to support ssh/sftp access. I've been experiment with curl and bearssl. libssh2 currently works with any of the following projects for cryptographic support openssl, libressl, mbedtls, libgcrypt and on Windows with WIN32 using wincng.

I'll add more links as I come across them. As always, would be interested to hear what others find in the way of interesting projects that use libtomcrypt.

July 2025

S M T W T F S
  12345
67891011 12
13141516171819
20212223242526
2728293031  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 27th, 2025 07:46 am
Powered by Dreamwidth Studios