📑 Table of Contents

mcrypt is a replacement for the popular Unix crypt command. crypt was a file encryption tool that used an algorithm very close to the World War II Enigma cipher. Mcrypt provides the same functionality but uses several modern algorithms such as AES. Libmcrypt, Mcrypt's companion, is a library of code that contains the actual encryption functions and provides an easy method for use. The last update to libmcrypt was in 2007,[1] despite years of unmerged patches.[2] Maintained alternatives include ccrypt, libressl, and others.[3]

Examples of mcrypt usage in a Linux command-line environment:

 mcrypt --list                           # See available encryption algorithms.           
 mcrypt -a blowfish myfilename           # Encrypts myfilename to myfilename.nc           
                                         # using the Blowfish encryption algorithm.       
                                         # You are prompted two times for a passphrase.   
 mcrypt -d mytextfile.txt.nc             # Decrypts mytextfile.txt.nc to mytextfile.txt.  
 mcrypt -V -d -a enigma -o scrypt --bare # Can en/decrypt files crypted with SunOS crypt. 
 mcrypt --help

It implements numerous cryptographic algorithms, mostly block ciphers and stream ciphers, some of which fall under export restrictions in the United States. Algorithms include DES, Blowfish, ARCFOUR, Enigma, GOST, LOKI97, RC2, Serpent, 3-Way, Twofish, WAKE, and XTEA.

See also

edit

References

edit
  1. ^ "Libmcrypt releases".
  2. ^ "Libmcrypt patches".
  3. ^ Paragon Initiative Enterprises. "If You're Typing the Word MCRYPT Into Your PHP Code, You're Doing It Wrong".
edit


📚 Artikel Terkait di Wikipedia

Bcrypt

C library function crypt - Unix utility ccrypt - utility Key stretching mcrypt - utility PBKDF2 - a widely used standard Password-Based Key Derivation

List of PHP extensions

Informix Ingres II Instance ID InterBase IRC LDAP Lotus Notes mailparse MCAL Mcrypt MCVE Mhash MIME Functions Ming mnoGoSearch Mohawk MS-SQL mSQL muscat MySQL

Scrypt

– Unix utility ccrypt – utility Key derivation function Key stretching mcrypt – utility PBKDF2 – a widely used standard Password-Based Key Derivation

XAMPP

libpng 1.6.37 No Yes Yes libxml 2.0.1 No Yes Yes libxslt 1.1.33 No Yes Yes mcrypt 2.5.8 No Yes Yes mhash 0.9.9.9 No Yes Yes Ming 0.4.5 No Yes Yes mod_perl

Ccrypt

encrypted data. Free and open-source software portal bcrypt crypt (Unix) mcrypt scrypt "Peter Selinger: Ccrypt – Frequently Asked Questions". ccrypt homepage

Crypt (Unix)

Linux (and should also be portable to any other Unix-like system) including mcrypt and ccrypt. While these provide support for much more sophisticated and

Index of cryptography articles

cryptosystem • Matt Blaze • Matt Robshaw • Max Newman • McEliece cryptosystem • mcrypt • MD2 (cryptography) • MD4 • MD5 • MD5CRK • MDC-2 • MDS matrix • Mean shortest

List of cryptographic software

Cryptofiler Ccrypt CipherSaber Crypt (Unix) CryptoBuddy CryptoGraf GNU fcrypt Mcrypt OpenPuff Rclone Botan Bouncy Castle BSAFE CAPICOM Crypto API (Linux) Crypto++