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

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.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/octaviospain/PhotoCrypt.svg?branch=master)](https://travis-ci.org/octaviospain/PhotoCrypt)
[![codecov](https://codecov.io/gh/octaviospain/PhotoCrypt/branch/master/graph/badge.svg)](https://codecov.io/gh/octaviospain/PhotoCrypt)
[![license](https://img.shields.io/badge/license-GPL3v2-brightgreen.svg)](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.