Coder Social home page Coder Social logo

ycsmile / libmcrypt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from winlibs/libmcrypt

0.0 1.0 0.0 879 KB

Replacement for the old Unix crypt

License: GNU Lesser General Public License v2.1

Objective-C 0.01% Shell 16.30% C 14.38% Makefile 4.52% M4 0.24% Roff 63.87% C++ 0.67%

libmcrypt's Introduction

Libmcrypt is a thread-safe library providing a uniform interface
to access several block and stream encryption algorithms.
Check the manual page for more information on libmcrypt.

Look at COPYING for license information and the individual files for more 
information. COPYING applies only for the mcrypt program and not the 
algorithms which most of them are public domain.

A mailing list on mcrypt is [email protected]
Subscribe by visiting http://lists.hellug.gr/mailman/listinfo/mcrypt-dev

**
** Some hints:

Since 2.5.4 libmcrypt does not use dynamic loading for the modules by default.
All the algorithms and modes, are now included in the library. To enable
the old dynamic loading behaviour use the --enable-dynamic-loading in the
configure script.

That way you can statically link the library and be 100% thread safe,
since dlopen is not always thread safe.

You can also enable dynamic loading and include some algorithms into the
library. To include algorithms in the library use the
--with-included-algos parameter in the configure script.
Eg: ./configure --with-included-algos="rijndael-128 arcfour stream cbc cfb"


libmcrypt's People

Contributors

cmb69 avatar weltling avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.