mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-20 06:54:16 +00:00
removed multi user functionality (see #21)
using fixed masterkey filename now
This commit is contained in:
-10
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user