Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luciangutu/java_filexor

PoC: Java File XOR with a key
https://github.com/luciangutu/java_filexor

java xor-cipher

Last synced: 3 days ago
JSON representation

PoC: Java File XOR with a key

Awesome Lists containing this project

README

        

## FileXOR in Java

Inspired from https://www.youtube.com/watch?v=O9VELMn3jIY

Compile it:
```shell
javac FileXOR.java
```

Run it:
```shell
java FileXOR
```