Skip to content

A small scale file encryption software for confidential files on the disk

Notifications You must be signed in to change notification settings

u-ahmedofficial/AssetCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AssetCRYPT - A Ransomeware Oriented Secret Files Encryption Software

Contributors Forks Stargazers Issues MIT License LinkedIn

About The Project

AssetCrypt is the easiest solution to Data Loss Prevention, it is used to securely store your secret files on the system without worrying about the confidential files. Following are the main objectives covered in this project:

  1. Encryption of secret files reduces exfiltration during attack.
  2. Distributed Storage of parts of file.
  3. Integertity of file intact.

Designed for macOS, Linux & Windows. Not yet developed a GUI, but I'm working on updating it!

Usage

Usage: python3 Encrypter.py 

  Securely configure your Mac.
  Developed by Umair Ahmed -> (Github: umairahmedofficial)

GIF demo

Installation Options

  1. Install with pip
    • $ git clone https://github.com/u-ahmedofficial/AssetCrypt.git
    • $ pip install crypto
    • $ pip install hashlib
    • $ pip install shutil
    • $ pip install sqlite3

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Acknowledgements

  • @Waleed for assistance in concepts.

Feedback

This is free, open-source software. If you'd like to support the development of future projects, or say thanks for this one, you can provide feedback at [email protected].

About

A small scale file encryption software for confidential files on the disk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages