Browse Source

Merge pull request #385 from IAMtheIAM/patch-1

Update README.md
Sebastian Stenzel 8 years ago
parent
commit
c54a721f9a
2 changed files with 3 additions and 2 deletions
  1. 2 1
      README.md
  2. 1 1
      main/ui/src/main/java/org/cryptomator/ui/model/UpgradeStrategy.java

+ 2 - 1
README.md

@@ -19,7 +19,8 @@ Download native binaries of Cryptomator on [cryptomator.org](https://cryptomator
 - Client-side: No accounts, no data shared with any online service
 - Totally transparent: Just work on the virtual drive as if it were a USB flash drive
 - AES encryption with 256-bit key length
-- Filenames get encrypted, too
+- File names get encrypted
+- Folder structure gets obfuscated
 - Use as many vaults in your Dropbox as you want, each having individual passwords
 
 ### Privacy

+ 1 - 1
main/ui/src/main/java/org/cryptomator/ui/model/UpgradeStrategy.java

@@ -101,7 +101,7 @@ public abstract class UpgradeStrategy {
 	/**
 	 * Thrown when data migration failed.
 	 */
-	public class UpgradeFailedException extends Exception {
+	public static class UpgradeFailedException extends Exception {
 
 		UpgradeFailedException() {
 		}