EasyCrypt

EasyCrypt is a small Python program that encrypts or dercypts files using AES encryption standard.
Download

EasyCrypt Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Free To Use But Rest...
  • Price:
  • FREE
  • Publisher Name:
  • EasyCrypt team
  • Publisher web site:
  • http://reachme.web.googlepages.com/pycrypt

EasyCrypt Tags


EasyCrypt Description

EasyCrypt is a small Python program that encrypts or dercypts files using AES encryption standard. EasyCrypt is a small Python program that encrypts or dercypts files using AES encryption standard.The program is still in early development. It can be used to easily encrypt your files on the go with pretty good security. It works or all systems that support Python. (Windows, Unix, MacOS, ...).The program uses PyCrypto (link here) library to encrypt/decrypt the file. (Pyhton doesn't have yet an official implementation of the AES algorythm). Since the sourceforge doesn't have any downloadable package, I included in the cvs tree the version of the library used in the program.Usage (example):> pycrypt --encrypt TestFile.jpg TestFile.jpg_enc mypassword(An encrypted file has been created)> pycrypt --decrypt TestFile.jpg_enc DecryptedFile.jpg mypassword(The original file is recovered)Requirements:· Python (2.5)· Python Cryptography Toolkit: 2.0.1What's New in This Release:· Bugs have been fixed.· This release has a better program interface, asks for a password if not specified on the command line, and has drag and drop support.


EasyCrypt Related Software