Commit Graph

  • a07efc5209 Proper error handling for outdated vault formats Sebastian Stenzel 2015-05-05 17:29:51 +02:00
  • bbeeb79812 reduced max file name size, locking metadata files before read/write. Sebastian Stenzel 2015-05-05 06:50:16 +02:00
  • 4d08e9d72b cleanup Sebastian Stenzel 2015-05-04 22:02:47 +02:00
  • 040f260bf0 authenticated file header Sebastian Stenzel 2015-05-04 21:31:41 +02:00
  • cdf9c28a38 refactored directory structure, so windows (and OneDrive) can handle vaults better Sebastian Stenzel 2015-04-28 18:19:05 +02:00
  • a6972f62f2 Merge pull request #51 from MuscleRumble/master Sebastian Stenzel 2015-04-17 15:01:34 +02:00
  • 1db32470b1 Fixed .cryptomator bundle extension registration in OS X Tobias Hagemann 2015-04-17 10:22:10 +02:00
  • ed022412fe fixed travis build for untagged versions Sebastian Stenzel 2015-04-08 21:42:06 +02:00
  • a2356b62c7 Updated travis configuration and paths to new GitHub repo Sebastian Stenzel 2015-04-08 21:32:57 +02:00
  • 9aa6117fb0 Fixes #47 References #41 (increased wait time before retrying) Sebastian Stenzel 2015-03-16 15:03:03 +01:00
  • b9b85a58ac Increased Version to 0.7.0-SNAPSHOT Sebastian Stenzel 2015-03-14 22:10:51 +01:00
  • 9024465d6c Beta 0.6.0 0.6.0 Sebastian Stenzel 2015-03-14 22:09:25 +01:00
  • f22142a876 Improved unmounting (failing, if encrypted drive is still busy) Sebastian Stenzel 2015-03-14 21:58:52 +01:00
  • 652c4cbafb Using 96 bit of random data and a 32 bit counter (as specified in https://tools.ietf.org/html/rfc3686#section-4). Thus maximum file size supported by Cryptomator is 64GiB, but decreasing risk of IV collisions to 1 : 2^48 Sebastian Stenzel 2015-03-14 21:58:06 +01:00
  • 188a13b202 - better handling of MAC auth fails, providing link to help page - use random data as file size obfuscation padding - fixed osx unmount error - new attempt to close #41 Sebastian Stenzel 2015-03-14 19:11:24 +01:00
  • 75c21b4c9b fixes #37 Sebastian Stenzel 2015-03-14 12:36:23 +01:00
  • c7ecd612c9 added update notification Sebastian Stenzel 2015-03-14 12:34:11 +01:00
  • 3f8f0b1fa7 Update README.md Sebastian Stenzel 2015-03-13 13:24:35 +01:00
  • 2b4b359adb Merge branch '0.5.3' Sebastian Stenzel 2015-03-12 19:51:20 +01:00
  • 0562a909f9 fixes #46 Sebastian Stenzel 2015-03-12 19:26:20 +01:00
  • c10d80de18 fixes #35 Sebastian Stenzel 2015-03-12 19:10:43 +01:00
  • 05abea0508 Updated welcome screen Sebastian Stenzel 2015-03-12 09:40:59 +01:00
  • d19ffc327b improved windows WebDAV mounting 0.5.3 Sebastian Stenzel 2015-03-11 21:18:53 +01:00
  • a042c14fb9 changed version number Sebastian Stenzel 2015-03-11 19:38:11 +01:00
  • a4be81267e preparation for some windows fixes, that need to be done during installation. This allows files of up to 4GiB Sebastian Stenzel 2015-03-11 19:36:20 +01:00
  • c1dd902a10 Async MAC authentication for HTTP range requests. Fixes #38 Sebastian Stenzel 2015-03-09 16:32:59 +01:00
  • 0994e7bb39 Show warning dialog, if MAC check failed. Sebastian Stenzel 2015-03-09 09:56:25 +01:00
  • 1f3b91f187 add license and gvfs dependencies to .deb package Sebastian Stenzel 2015-03-07 02:37:30 +01:00
  • e883a04577 Merge remote-tracking branch 'origin/master' into 0.5.2 Sebastian Stenzel 2015-03-06 14:56:22 +01:00
  • 1dd8a28a9d Merge remote-tracking branch 'origin/master' into 0.5.2 0.5.2 Sebastian Stenzel 2015-03-06 14:56:22 +01:00
  • 39df98ea3c Branch 0.5.2 for windows Sebastian Stenzel 2015-03-06 14:55:30 +01:00
  • 2849e39e85 on-the-fly MAC calculation for better performance (addresses issue #38) we still need to add some kind of warning on the UI and create an async MAC checker for ranged requests Sebastian Stenzel 2015-03-01 22:23:42 +01:00
  • 9433c22d7f minor I/O improvements Sebastian Stenzel 2015-03-01 20:55:32 +01:00
  • 5bd38d31bf Merge branch '0.5.1' Sebastian Stenzel 2015-02-23 14:53:31 +01:00
  • 63f64fae03 Fixed performance implications due to slow /dev/random. Now seeding PRNG only once per Cryptor. Fixes #36 0.5.1 Sebastian Stenzel 2015-02-23 14:51:52 +01:00
  • e321994c35 Update README.md Sebastian Stenzel 2015-02-22 23:03:47 +01:00
  • f86b27d62f Updated Version to 0.6.0-SNAPSHOT Sebastian Stenzel 2015-02-22 22:19:13 +01:00
  • cba8bbefc5 Beta Version 0.5.0 0.5.0 Sebastian Stenzel 2015-02-22 22:18:18 +01:00
  • 507e21f8a3 - fixes folder creation and automounting on Linux - using IPv6 address for mounting on Windows only (hostnames on OS X and Linux) Sebastian Stenzel 2015-02-22 21:04:46 +01:00
  • 676cb10ef0 fixes automount on linux distributions, that do not accept the [::1] literal as localhost fixes reset of Settings, if a Vault no longer exists upon Cryptomator startup Sebastian Stenzel 2015-02-22 17:19:28 +01:00
  • 3b3aa4107b fixes #33 Sebastian Stenzel 2015-02-22 16:46:16 +01:00
  • 7edd303f2e Added change password functionality (fixes #20) Moved controllers to new package Small UI improvements Sebastian Stenzel 2015-02-22 16:10:17 +01:00
  • ea3384d189 removed multi user functionality (see #21) using fixed masterkey filename now Sebastian Stenzel 2015-02-22 15:15:43 +01:00
  • b2be41e39b Refactorings Sebastian Stenzel 2015-02-22 14:25:48 +01:00
  • f1d125bf8d reduced public interface complexity of Vault Sebastian Stenzel 2015-02-22 14:06:52 +01:00
  • 028f6ea824 WebDavMounter warmUp in background thread. Sebastian Stenzel 2015-02-22 13:52:28 +01:00
  • 30dc8eecb1 - Refactored WebDavMounter (using Guice) - implemented warm start for windows mounts Sebastian Stenzel 2015-02-22 13:21:08 +01:00
  • 4d979c26f6 (hopefully) fixed NPE in FXMLLoader. see http://stackoverflow.com/questions/26434758/npe-in-fxmlloader/26436265#26436265 Sebastian Stenzel 2015-02-22 12:36:17 +01:00
  • 4776dbf603 Renamed volume icon Sebastian Stenzel 2015-02-22 12:18:42 +01:00
  • 0b5e4469b4 Update .travis.yml Sebastian Stenzel 2015-02-20 22:11:00 +01:00
  • 8ba89a3bf5 Injecting Cryptor using Guice Sebastian Stenzel 2015-02-20 21:30:33 +01:00
  • b68cf71494 - always check HMAC before decryption - separating AES and CMAC key during SIV mode Sebastian Stenzel 2015-02-20 19:47:45 +01:00
  • 5569ecbfc7 fixes #23 Sebastian Stenzel 2015-02-19 19:50:03 +01:00
  • 19bc1ed569 using beginning of long filename instead of checksum Sebastian Stenzel 2015-02-19 18:54:31 +01:00
  • 5aaee7bbf6 - fixed xorend function - SIV implementation now satisfies all official test vectors Sebastian Stenzel 2015-02-15 15:55:49 +01:00
  • 3187520797 - fixed special chars in folder names - fixed IndexOutOfBoundsException - removal of no longer existing vault directories (at runtime) Sebastian Stenzel 2015-02-15 00:48:03 +01:00
  • bcee1e0d12 Filename padding no longer needed: This was done in order to prevent AES-CTR to switch to a stream mode on the last block, which would be highly exploitable. Now we're using SIV mode, which operates on whole blocks. Sebastian Stenzel 2015-02-14 19:21:08 +01:00
  • 9fdd2f339c - changed file name encryption to SIV mode - vastly improved exception handling, if decryption of a path name fails Sebastian Stenzel 2015-02-14 18:55:33 +01:00
  • ebdf37ed63 RFC 5297 AEAD_AES_SIV_CMAC_256 Sebastian Stenzel 2015-02-14 18:20:17 +01:00
  • 09c26f5e86 Merge pull request #32 from Tillerino/injection Sebastian Stenzel 2015-02-14 16:34:19 +01:00
  • def70c5891 Removed static resources in WebDavServer, FXThreads and Settings with dependency injection. Replaced static references to MainApplication in the context of closing resources with an injected DeferredCloser. Using controller factory for dependency injection into FX controllers. Tillmann Gaida 2015-02-14 14:08:33 +01:00
  • 11396b71e6 Merge pull request #31 from gitter-badger/gitter-badge Sebastian Stenzel 2015-02-14 12:45:10 +01:00
  • 05ec9b574e Added Gitter badge The Gitter Badger 2015-02-14 11:44:48 +00:00
  • efac770915 allow adding *.cryptomator files to vault list Sebastian Stenzel 2015-02-13 21:22:26 +01:00
  • f29bcc447c - fixed automount on windows Sebastian Stenzel 2015-02-13 21:05:16 +01:00
  • 5e0ebab587 refactored "add vault" functionality, which fixes #14 removed some dependencies refactored Main/MainApplication, which fixes #16 Sebastian Stenzel 2015-02-13 19:46:07 +01:00
  • 751dbe6b7e Merge pull request #30 from Tillerino/osxNames Sebastian Stenzel 2015-01-25 13:44:44 +01:00
  • a72f8ba8ab Added the new mount name to the web dav mounter interface. Under OSX, we can now use the name, which fixes #5 Tillmann Gaida 2015-01-23 11:48:19 +01:00
  • 999285617d Merge pull request #28 from Tillerino/windowsNames Sebastian Stenzel 2015-01-25 12:05:04 +01:00
  • addf488b26 Merge pull request #29 from Tillerino/master Sebastian Stenzel 2015-01-25 12:04:12 +01:00
  • cd5e878a26 Bugfix (magic file open handler broke context class loader for event thread) Tillmann Gaida 2015-01-23 16:25:54 +01:00
  • 0a671aa9bc Addition of a name to the context path of the WebDAV servlet. The name will then appear as the name of the network drive on Windows. The name is "normalized" down to characters, which are certain to be accepted. I added a field to the unlock controller, which normalizes the name as you type. Tillmann Gaida 2015-01-23 11:46:53 +01:00
  • 8cc445a12a New application icon by Thomas Pähler Sebastian Stenzel 2015-01-23 00:20:40 +01:00
  • 432beb2a17 - fixed #19 (again): vault-specific prefix is now handled by the servlet context instead of jackrabbit. - simplified webdav locator, as workspaces and pathPrefixes are not relevant to jackrabbit any longer Sebastian Stenzel 2015-01-22 21:45:42 +01:00
  • 9fd271ad7b fixed NPE Sebastian Stenzel 2015-01-22 21:42:45 +01:00
  • 72b1ff78c3 Merge pull request #27 from Tillerino/master Sebastian Stenzel 2015-01-21 20:07:51 +01:00
  • edfd264e47 Changes proposed by @totalvoidness in code review Tillmann Gaida 2015-01-21 19:31:08 +01:00
  • 0cfc3fb7f7 Prevents starting a second instance of the GUI and forwards main-method-arguments to the running instance. Command line arguments are treated by showing the corresponding folder in the GUI. Tillmann Gaida 2015-01-21 17:28:38 +01:00
  • ecf29a91b8 Update README.md Sebastian Stenzel 2015-01-18 15:35:35 +01:00
  • 38884c6dfd - added custom info.plist template for OS X native packages (references #14) kudos to @tillerino Sebastian Stenzel 2015-01-17 19:55:45 +01:00
  • 7813a11381 - pad filenames with NULL bytes (fixes #24) Sebastian Stenzel 2015-01-16 19:55:33 +01:00
  • d774546bf8 - pad file contents to reach a multiple of 16 bytes (so AES/CTR always works on complete blocks) - references #24 - calculate MAC over complete ciphertext (including file length obfuscation trash data) Sebastian Stenzel 2015-01-16 19:50:57 +01:00
  • 0b64c7ce25 - Updated exception Sebastian Stenzel 2015-01-15 12:29:10 +01:00
  • 0aef60efc4 - Single Jetty instnace (fixes #19) Sebastian Stenzel 2015-01-15 12:27:10 +01:00
  • f0fa4fcf3d Merge branch 'master' of https://github.com/totalvoidness/open-cloud-encryptor Sebastian Stenzel 2015-01-14 19:35:04 +01:00
  • 8bfdad38b9 - fixed timing attack on MAC (see http://codahale.com/a-lesson-in-timing-attacks/) Sebastian Stenzel 2015-01-14 19:34:36 +01:00
  • 19ea81f0e5 Update README.md Sebastian Stenzel 2015-01-13 13:57:38 +01:00
  • 5e6f343e68 - Updated version to 0.5.0-SNAPSHOT Sebastian Stenzel 2015-01-13 11:04:58 +01:00
  • b49eb82f38 - Beta Version 0.4.0 0.4.0 Sebastian Stenzel 2015-01-13 10:58:31 +01:00
  • 523f38c69e - Updated L&F for Mac OS X: Greyed out controls, if window is inactive. Sebastian Stenzel 2015-01-10 19:40:20 +01:00
  • 3cd3012a05 - fixes #13 Sebastian Stenzel 2015-01-10 17:01:34 +01:00
  • 3ff8d6bc19 - fixed error during exception handling, if trying to decrypt vault with unsupported key length Sebastian Stenzel 2015-01-10 15:51:46 +01:00
  • 7ce6ed6abb - shows application icon in notification center Sebastian Stenzel 2015-01-10 15:23:49 +01:00
  • be0b4859e3 - Adjusted win L&F of checkbox Sebastian Stenzel 2015-01-09 15:45:45 +01:00
  • 760b2c028f - Some minor improvements, renamed some classes Sebastian Stenzel 2015-01-09 15:25:44 +01:00
  • deb10c1256 - Allows the user to configure optional MAC verification before decrypting content (Fixes #17) Sebastian Stenzel 2015-01-07 20:00:09 +01:00
  • b6b3360325 - Bugfix broken settings file Sebastian Stenzel 2015-01-07 19:59:00 +01:00
  • 2e67910a60 - added file integrity check (#17) - not yet visible to the user Sebastian Stenzel 2015-01-06 11:39:31 +01:00
  • e19cf1c942 - Changed file layout, added MAC (see #17) - Obfuscates file size (fixes #18) Sebastian Stenzel 2015-01-06 01:23:16 +01:00
  • 55e758315d - bugfix: using hmac key for hmac operations Sebastian Stenzel 2015-01-05 22:34:02 +01:00