Giter VIP home page Giter VIP logo

securesymmetric's Introduction

What is SecureSymmetric ๐Ÿฏ„

In general it's a cool name for the project but actually it's just a simple program that encrypts file using fernet's symmetric secret key based authenticated cryptography.

Learn more about Fernet at cryptography.io

โš ๏ธ DISCLAIMER

Important

This program is intended for educational and legitimate purposes only. It provides encryption and decryption functionalities using Fernet cryptography, designed to protect data privacy and security. However, it is crucial to note that misuse of this software for malicious activities such as ransomware attacks is strictly prohibited and unlawful.

The developers of this program, do not endorse, promote, or encourage any illegal or unethical use of this software. Users are solely responsible for their actions and must comply with applicable laws and regulations in their jurisdictions.

By using this software, you agree to use it responsibly and ethically. The developer shall not be held liable for any misuse or unlawful activities conducted using this program.

๐Ÿ“‘ NOTE

Note

As said earlier, this is just a simple code that we wrote to learn about how symmetric encrytion works and the usage of fernet. This is totally a personal project and we are not a good developer at all, so please test the code on test files before using on your important files. Feel free to make necessary changes from your side.

๐Ÿง‘โ€๐Ÿ’ป Usage

$ python3 secure.py
 
usage: secure.py [OPTIONS...] [PATH...]

Encrypts and Decrypts Data

options:
  -h, --help          show this help message and exit
  -e, --encrypt       Encrypt the file
  -d, --decrypt       Decrypt the file
  -p, --print         Print decrypted data directly
  -D, --dir           Work with a whole directory of files
  -x, --extensions    Specify specific file extensions
  -u, --upload        Upload file|s on discord
  -o, --output        Output directory path
  -r, --remove        Removes original file|s after encrytion or decryption
  -z, --zip           File|s get Zipped and then encrypted

Made with <3 by @syr1ne && @1byteBoy

Tip

While main options are self-explainatory but to understand more about what each flags/options actually does visit Usage WiKi

Made with โค by syr1ne and 8bitBoy

securesymmetric's People

Contributors

1byteboy avatar syr1ne avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.