mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-19 14:34:20 +00:00
fixes #23
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user