Linux SoftwareSystemNetworkingAESCrypt 0.7

AESCrypt 0.7


AESCrypt is a program for encrypting/decrypting streams of data using Rijndael and Cipher Block Feedback mode (CFB-128). Encrypt/d
Developer:   Eric Lee Green
      more software by author →
Price:  0.00
License:   BSD License
File size:   60K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


AESCrypt is a program for encrypting/decrypting streams of data using Rijndael and Cipher Block Feedback mode (CFB-128).

Encrypt/decrypt stdin using the Advanced Encryption Standard winner "Rijndael" encryption algorithm in Cipher Block Feedback (stream) mode. Uses /dev/urandom to create a salt. Prepends the output stream with salt when encrypting, strips it off when decrypting.

Keyfile format:

kk=hexdits

where hexdits is:

32 chars for 128 bit
48 chars for 196 bits.
64 chars for 256 bits

Note that there may be other text in the file. The key must be at start of a line, and must start with 'kk=', and must be hex.

If the key file is "-", it instead reads the hex-coded key bytes off stdin and treats them as a null-terminated hex key. Care must be taken when reading the key from stdin, as you must supply exactly 33 bytes for 128 bit keys, 49 bytes for 192 bit keys, and 65 bytes for 256 bit keys. The stdin functionality is useful in those cases where having the unencrypted key in a file is undesirable, but it is less forgiving in terms of key format.

Limitations:
  • 1. The keyfile is *NOT* encrypted.
  • 2. Now supports 192 and 256 bit keys! 128 bits is the default, so it is backward compatible with aescrypt versions not endowed with the -s option.
  • 3. Need a key generator! ( This should be a simple shell script -- use dd to grab some data, then md5sum to create a hex mix of that data, then 'awk' to grab the hex part of the output of md5sum ).
  • 4. Relies upon having /dev/urandom. See the Ocotillo PRNG if you don't have a /dev/urandom.
  • 5. This program was deliberately kept extremely simple. It is not intended to be a full encryption solution, it is intended to be used within scripts as part of a complete solution. Keychain management, public key signatures, etc. are all expected to be done external to this program.
    tags bit keys  bytes for  the key  chars for  dev urandom  this program  data then  256 bit  the hex  for 256  the output  block feedback  for 128  

    Download AESCrypt 0.7


     http://aescrypt.sourceforge.net/aescrypt-0.7.tar.gz


    Authors software

    AESCrypt 0.7 (by Eric Lee Green)
    AESCrypt is a program for encrypting/decrypting streams of data using Rijndael and Cipher Block Feedback mode (CFB-128).

    Encrypt/d


    Similar software

    AESCrypt 0.7 (by Eric Lee Green)
    AESCrypt is a program for encrypting/decrypting streams of data using Rijndael and Cipher Block Feedback mode (CFB-128).

    Encrypt/d

    ccrypt 1.7 (by Peter Selinger)
    ccrypt is a commandline utility for encrypting and decrypting files and streams

    CryptoFS 0.5.2 (by Christoph Hohmann)
    CryptoFS project is a encrypted filesystem for the Linux Userland FileSystem.

    CryptoFS will use a normal directory to store files

    mcrypt 2.6.4 (by n.mavroyanopoulos)
    mcrypt is intended to be a replacement of the old unix crypt under the GNU General Public License

    seppl 0.4 (by Lennart Poettering)
    seppl is both a protocol definition and a software implementation of a new encryption layer for IPv4

    Chindi 1.0 (by Viktor Lundstr?m)
    Chindi project is a client/server package written in Java with functionality similar to that of an FTP server

    OTP 1.61 (by Karl Fogel)
    OTP is an encryption program that uses the one-time pad algorithm to allow two parties to communicate securely, without worrying abou

    Live-F1 0.2.6 (by Scott James Remnant)
    Live F1 is a native Linux client for viewing the information feed of the official Formula-1 Web site without the need of a Java-enabl

    libmcrypt 2.5.7 (by n.mavroyanopoulos)
    libmcrypt is the library which implements all the algorithms and modes found in mcrypt

    fEncH 3.1 (by Filip Brcic)
    This is a fast and simple, yet hard to crack encryption program


    Other software in this category

    Nmap 4.20 (by Fyodor)
    Nmap is a utility for network exploration or security auditing

    iptables 1.3.7 (by Harald Welte)
    iptables and netfilter are building blocks of a framework inside the Linux 2.4.x and 2.6.x kernel

    Linux Bandwidth Arbitrator 9.62 (by astormchaser)
    Linux Bandwidth Arbitrator allows beginning-to-advanced network administrators to control bandwidth

    Ettercap 0.7.3 (by ALoR NaGA)
    Ettercap is a network sniffer/interceptor/logger for ethernet LANs

    rdesktop 1.5.0 (by matthewc)
    rdesktop is an open source client for Windows NT Terminal Server and Windows 2000/2003 Terminal Services, capable of natively speakin

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags