removed multi user functionality (see #21)

using fixed masterkey filename now
This commit is contained in:
Sebastian Stenzel
2015-02-22 15:15:43 +01:00
parent b2be41e39b
commit ea3384d189
10 changed files with 47 additions and 212 deletions
@@ -16,16 +16,6 @@ import org.apache.commons.codec.binary.BaseNCodec;
interface FileNamingConventions {
/**
* Extension of masterkey files inside the root directory of the encrypted storage.
*/
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.
*/