Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luciangutu/java_filexor
- Owner: luciangutu
- Created: 2023-10-04T16:03:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T22:42:35.000Z (about 1 year ago)
- Last Synced: 2023-10-06T04:28:21.005Z (about 1 year ago)
- Topics: java, xor-cipher
- Language: Java
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```