Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# java-video-encryptor
Java Video Encryptor using AES 128 Bit

JVE (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 Algorithm

You 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