This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cryptomator
Watch
1
Star
0
Fork
0
mirror of
https://github.com/cryptomator/cryptomator.git
synced
2026-08-21 22:56:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
652c4cbafbf11fd73d233738333733c465cc05d9
cryptomator
/
main
/
crypto-aes
T
History
Sebastian Stenzel
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
2015-03-14 21:58:06 +01:00
..
src
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
2015-03-14 21:58:06 +01:00
pom.xml
Fixed performance implications due to slow /dev/random. Now seeding PRNG only once per Cryptor.
Fixes
#36
2015-02-23 14:51:52 +01:00