Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mini-ware/file-locker

Keep your files obfuscated by locking them with XOR encryption
https://github.com/mini-ware/file-locker

cli encryption hacking linux password security shell xor

Last synced: 9 days ago
JSON representation

Keep your files obfuscated by locking them with XOR encryption

Awesome Lists containing this project

README

        

# File-Locker
Keep your files obfuscated by locking them with XOR encryption
![License](https://img.shields.io/github/license/Mini-Ware/File-Locker)
![Stars](https://img.shields.io/github/stars/Mini-Ware/File-Locker)
![Forks](https://img.shields.io/github/forks/Mini-Ware/File-Locker)

![Contributors](https://img.shields.io/github/contributors/Mini-Ware/File-Locker)
![Issues](https://img.shields.io/github/issues/Mini-Ware/File-Locker)
![Commit](https://img.shields.io/github/last-commit/Mini-Ware/File-Locker)
# What is XOR encryption?
- XOR Encryption algorithm is an easy to implement method of symmetric encryption
- You can read more about it on [Wikipedia](https://en.wikipedia.org/wiki/XOR_cipher)
# How to use?
![](https://github.com/Mini-Ware/File-Locker/blob/main/example.png)
1) Clone this repository
```shell
$ git clone https://github.com/Mini-Ware/File-Locker
```
2) To lock a file, run the following commands
```shell
$ cd File-Locker
$ chmod +x run.sh
$ ./run.sh
```
3) To unlock that file, run the following commands
```shell
$ ./run.sh
```
# Disclaimer
- Methods such as factoring could possibly break XOR encryption
- XOR encryption is NOT the most secure way of encrypting data
- You can read more about it on [Wikipedia](https://en.m.wikibooks.org/wiki/Cryptography/Breaking_Vigen%C3%A8re_cipher)
# Anything else?
- Star this repository if you found it interesting/helpful
- Submit issues for new features/report bugs
- Contribute by making pull requests