Skip to content

monich/harbour-foilpics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ac0f63 · Mar 22, 2022
Oct 23, 2021
Nov 27, 2021
Nov 14, 2021
Jul 25, 2021
Oct 23, 2021
Mar 22, 2022
Mar 22, 2022
Mar 22, 2022
Nov 25, 2021
Dec 2, 2017
Nov 16, 2020
Mar 22, 2022
Dec 2, 2017
Mar 22, 2022
Mar 22, 2022
Jun 9, 2018

Repository files navigation

Picture encryption application for Sailfish OS

icon

Foil Pics allows you to encrypt some pictures from the gallery with a password stronger than the lock code. Strictly speaking, each picture is encrypted with a unique random 256-bit AES key which in turn is encrypted with an RSA key which in turn is encrypted with your password. If the bad guys get your encrypted pictures, they would have to crack the AES key (different for each picture) or the RSA key (shared by all pictures but harder to crack) in order to extract the content. If they get the encrypted RSA key as well, then they can brute force your password. So in the end, the encryption is as strong as your password.

The format of the encrypted file is described here.