Skip to content

Latest commit

 

History

History
91 lines (69 loc) · 2.83 KB

README.md

File metadata and controls

91 lines (69 loc) · 2.83 KB

Ramskit

contributors forks issues stars license

Ramskit is a single kit tool to encrypt and decrypt data. Ramskit will automate which file from a complete path the user wants to encrypt/decrypt. PRs and Issues are open for anyone who wants to contribute to my project.

Getting Started

For more info and downloads, see wiki.

(For latest version v1.2.1):

For Linux/MacOS

$ cd Ramskit/src
$ python3 main.py -h                                                                          
usage: main.py [-h] -a ACTION [-p PATH]

Ramskit - CLI Usages

options:
  -h, --help            show this help message and exit
  -a ACTION, --action ACTION
                        Action to perform [encrypt/decrypt]
  -p PATH, --path PATH  Path to file(s) to encrypt/decrypt

For Windows

C:\> python main.py -h                                                                          
usage: main.py [-h] -a ACTION [-p PATH]

Ramskit - CLI Usages

options:
  -h, --help            show this help message and exit
  -a ACTION, --action ACTION
                        Action to perform [encrypt/decrypt]
  -p PATH, --path PATH  Path to file(s) to encrypt/decrypt

As an init action, you should download the Ramskit's requirements

For Linux/MacOS

$ python3 -m pip install -r requirements.txt

For Windows

C:\> python -m pip install -r requirements.txt

Contributions

You can test this project in your localhost by creating a PR. You'll need to fork it and clone ur own branch.

$ git clone https://github.com/<your-github-username>/Ramskit.git
$ cd Ramskit

You can load in your localhost the last changes of Ramskit.

$ git pull origin <branch-name>

Notes

This tool is just for educational and testing purposes. I'm not responsible of the damage a cracker would exponentially create. Any issues and PRs will be welcomed for improvements. Contact me for copyright usages.

License

This project is under the GPLv3 license.

Peace coding folks :)