This commit is contained in:
Sebastian Stenzel
2015-02-19 19:50:03 +01:00
parent 19bc1ed569
commit 5569ecbfc7
2 changed files with 11 additions and 1 deletions
@@ -21,6 +21,11 @@ interface FileNamingConventions {
*/
String MASTERKEY_FILE_EXT = ".masterkey.json";
/**
* Additional extension for masterkey backup files.
*/
String MASTERKEY_BACKUP_FILE_EXT = ".bkup";
/**
* How to encode the encrypted file names safely. Base32 uses only alphanumeric characters and is case-insensitive.
*/