Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkhuda/java-video-encryptor
Java Video Encryptor using AES 128 Bit
https://github.com/mkhuda/java-video-encryptor
Last synced: 4 days ago
JSON representation
Java Video Encryptor using AES 128 Bit
- Host: GitHub
- URL: https://github.com/mkhuda/java-video-encryptor
- Owner: mkhuda
- License: apache-2.0
- Created: 2015-10-20T09:19:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T03:24:23.000Z (about 9 years ago)
- Last Synced: 2023-03-30T03:38:21.831Z (over 1 year ago)
- Language: Java
- Size: 887 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-video-encryptor
Java Video Encryptor using AES 128 BitJVE (Java Video Encryptor) is very simple Java Swing App that can be used to protect video file (.mp4 type only for now) with AES 128 Bit.
*On the future*, I will add more functionality, e.g :
- Multiple video formats
- More Chiper AlgorithmYou can use this library for web or mobile video local/streaming library that supports AES or other decrypt methods, e.g
- *Libmedia* http://libeasy.alwaysdata.net/ (Native Android).Build yourself or run the **app.jar** to try it.
*i will make for decrypt version as soon*
#Changelog
**v1.1**
- Linux Fixed Width
- Fixed last backslash before output filename
- Change Crypto into AES/CFB/NoPadding**v1.0**
- Initial push