Cryptonit's Description:
Cryptonit is a software to encrypt/decrypt, sign/verify files using certificates. It is a standard-compliant cryptographic tool.
Crytonit is
+ able to work on several files at the same time
+ multi-user
+ portable: Unix, MS-Windows
+ a user-friendly end-user software
Interesting Links:
+ https://demo.idx-pki.com/index.php
+ http://www.openssl.org/
+ http://www.openldap.org/
+ http://www.wxwidgets.org/
It is an Open Source Security Software providing:
- File Encryption / Decryption
- File Signature / Verification
- Self-decryptable generation
- PKI client And lots of other features...
see http://www.cryptonit.org for more.
- REQUIREMENTS
- OpenSSL >= 0.9.7 OpenLDAP >= 2.0 wxWindows >= 2.6.0 make / automake / autoconf / libtool
For building self-decrypting files, you will also need:
uclibc
mingw32
upx
(on Debian you need uclibc-toolchain, libuclibc-dev, wx2.6-headers, libwxgtk2.6-dev, wx-common, wx2.6-i18n, automake, libtool, upx-ucl, mingw32 ...)
BUILD PROCESS:
% ./autogen.sh
% ./configure --disable-shared --enable-static
(you may add some options here, see ./configure --help for details)
% make
Cryptonit binary will be available in src/gui/
BUILD API DOCUMENTATION:
% make doc
modify cryptonit.doxygen to fit your needs.
