Giter VIP home page Giter VIP logo

cryptor's Introduction

CRYPTOR

A file & directory encryptor written in Java. This cryptor uses AES256 and encrypts files by bytes, allowing for encryption of many different types of files. created by @hansoh0 (https://www.github.com/hansoh0)

Compiling & Installation

[email protected]:~$ git clone https://github.com/hansoh0/CRYPTOR.git

# This comes precompiled but if you wanna do it yourself, go for it:
[email protected]:~$ javac -d bin/ src/*java

# Without the following alias definition you would have to run FileByteMan with 'java ~/src/FileByteMan {options}'
[email protected]:~$ echo "alias FileByteMan='java $HOME/bin/FileByteMan'" >> ~/.bashrc
[email protected]:~$ source ~/.bashrc

How to Use

[email protected]:~$ FileByteMan --help
Usage: FileByteMan {encrypt/decrypt} {directory} {password/key} {salt}

Example

[email protected]:~$ cat /target/directory/file.txt
Hello there

[email protected]:~$ FileByteMan encrypt /target/directory SecretKey1 salt
File Encrypted: file.txt

[email protected]:~$ cat /target/directory/file.txt
p�L��f�%����|�%Nt���n��26�8�v֑

[email protected]:~$ FileByteMan decrypt /target/directory SecretKey1 salt
File Decrypted: file.txt

[email protected]:~$ cat /target/directory/file.txt
Hello there

This took me too long as is, lots of improvements to be had... bug fixes and polishes inbound.

I AM NOT RESPONSIBLE FOR MISUSE

cryptor's People

Contributors

hansoh0 avatar

Watchers

 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.