1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
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.
|