https://github.com/octaviospain/photocrypt
PhotoCrypt is an application that organizes a photo library allowing the possibility to encrypt the image files.
https://github.com/octaviospain/photocrypt
encryption images jca photos
Last synced: 12 months ago
JSON representation
PhotoCrypt is an application that organizes a photo library allowing the possibility to encrypt the image files.
- Host: GitHub
- URL: https://github.com/octaviospain/photocrypt
- Owner: octaviospain
- Created: 2016-12-04T14:30:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T00:42:34.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T01:48:43.201Z (about 1 year ago)
- Topics: encryption, images, jca, photos
- Language: Java
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license/gpl.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/octaviospain/PhotoCrypt)
[](https://codecov.io/gh/octaviospain/PhotoCrypt)
[](https://github.com/octaviospain/PhotoCrypt/blob/master/license/gpl.txt)
# PhotoCrypt
PhotoCrypt is an application that organizes a photo library allowing the possibility to encrypt the image files.
## Features
* Encryption/decryption functionality using the [JCA architecture](https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html "JCA")
## To do
* Web interface
* Data serialization
* Tasks scheduling with concurrency (encrypt/decrypt multiple files)
* Ability to move/restore files to/from external devices
* Read EXIF metadata with Metadata Extractor
* Allow also video management in the application
## License
Copyright (c) 2016-2018 Octavio Calleya.
PhotoCrypt is free software under GNU GPL version 3 license. The license of PhotoCrypt is in the license folder.