-
Notifications
You must be signed in to change notification settings - Fork 1
minCrypt algorithm implementation
License
LGPL-2.1, LGPL-2.1 licenses found
Licenses found
LGPL-2.1
LICENSE
LGPL-2.1
COPYING
MigNov/minCrypt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
minCrypt application README =========================== This application is the implementation of minCrypt algorithm as based on the minCrypt design document written to provide simple algorithm implementation on the minimum number of source files. This approach has been chosen to be able implement minCrypt to as many apps as possible using the minimum additional source files if the user wants to put the encryption/decryption logic directly into the app, i.e. not using a library version (although library version is part of this minCrypt implementation) and using it is encouraged. If you want to create the RPM packages for application the `make rpm` and `make srpm` commands have been introduced to create both binary package with the debuginfo version and the source package (srpm) for Linux platforms. The Windows port of the library is not packaged into any of those RPMs however if you make the package you can find compiled Windows port in the ./windows subdirectory of the repository. The algorithm has been implemented in C language with requirements for math library (libm) and it's distributed under the LGPLv2+ licence. Terminology ----------- This app should be referred to as minCrypt. Pre-requisite software ---------------------- Where versions are noted below these are the versions tested to definitely work. For some of them you may be able to run with earlier releases, so please report any success to the mailing lists libm php-devel (optional, to compile PHP extension) mingw32-gcc (optional, to compile Windows port) wxWidgets (optional, to compile minCrypt GUI application) Copyright / License -------------------- All the application code is covered under the LGPLv2+ licence. For more information please see the LICENSE file.
About
minCrypt algorithm implementation
Resources
License
LGPL-2.1, LGPL-2.1 licenses found
Licenses found
LGPL-2.1
LICENSE
LGPL-2.1
COPYING
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published