Thanks to visit codestin.com
Credit goes to github.com

Skip to content

presider/encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Encrypt

Encrypt is a ligthweight file encryption module built to be used in simple python programs.

Getting Started

Prerequisites

What you'll need

Python 3.4
cryptography ($ pip install cryptography)

Using encrypt

Put encrypt in your project and use it as a module

>>> import encrypt
>>> encrypt.encrypt(your_file, password)
>>> encrypt.decrypt(encrypted_file, password)

License

This project is licensed under the MIT License - see the LICENSE file for details

Aymerick Valette

About

Simple file encrypter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages