This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cryptomator
Watch
1
Star
0
Fork
0
You've already forked cryptomator
mirror of
https://github.com/cryptomator/cryptomator.git
synced
2026-05-19 03:01:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bcee1e0d1243c94530a7bd5382874eb65429344e
cryptomator
/
main
History
Sebastian Stenzel
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.
2015-02-14 19:21:08 +01:00
..
core
- changed file name encryption to SIV mode
2015-02-14 18:55:33 +01:00
crypto-aes
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.
2015-02-14 19:21:08 +01:00
crypto-api
- changed file name encryption to SIV mode
2015-02-14 18:55:33 +01:00
ui
- changed file name encryption to SIV mode
2015-02-14 18:55:33 +01:00
pom.xml
Removed static resources in WebDavServer, FXThreads and Settings with
2015-02-14 14:11:55 +01:00