Sebastian Stenzel
|
55e758315d
- bugfix: using hmac key for hmac operations
|
10 lat temu |
Sebastian Stenzel
|
75fe462eb3
Update README.md
|
10 lat temu |
Sebastian Stenzel
|
0e288f0c84
- fixes #8: Using Scrypt key derivation function now
|
10 lat temu |
Sebastian Stenzel
|
3f2ef3a83a
- Using RFC AES 3394 Key Wrap algorithm for storing master keys
|
10 lat temu |
Sebastian Stenzel
|
e90e001718
- Clarified license name (#10)
|
10 lat temu |
Sebastian Stenzel
|
1f8d4c5846
Merge pull request #12 from based2/patch-1
|
10 lat temu |
based2
|
d9253be888
update to indent with tabs
|
10 lat temu |
based2
|
2d9fc0a8d8
Various dependencies updates
|
10 lat temu |
Sebastian Stenzel
|
1a076d9c1b
- Using hmac_sha256(key, plaintext) instead of sha256(key || plaintext) for IV generation during filename encryption. Still references #7
|
10 lat temu |
Sebastian Stenzel
|
9fe135ef0f
- fixes #6, simplifies password verification
|
10 lat temu |
Sebastian Stenzel
|
4cb9da7252
- file name encryption is deterministic again (broken by fix for #7)
|
10 lat temu |
Sebastian Stenzel
|
ebea3dae65
- Increased file name IV length
|
10 lat temu |
Sebastian Stenzel
|
d8c9279f6f
- fixes #7
|
10 lat temu |
Sebastian Stenzel
|
4f91adb822
- allow reordering of directories via drag'n'drop
|
10 lat temu |
Sebastian Stenzel
|
cc35430dee
- fixes #4
|
10 lat temu |
Sebastian Stenzel
|
f057fb0e8e
- Updated License, included all 3rd party libraries
|
10 lat temu |
Sebastian Stenzel
|
f4c7dc1bbd
- fixed requestFocus of password field when entering wrong password
|
10 lat temu |
Sebastian Stenzel
|
5bbaf62c67
- Updated version to 0.4.0-SNAPSHOT
|
10 lat temu |
Sebastian Stenzel
|
3f32e4ee4b
- Fixed initial encryption of vaults, that already contain files
|
10 lat temu |
Sebastian Stenzel
|
be5cf287c8
- win7/8 theme
|
10 lat temu |
Sebastian Stenzel
|
71892108b3
- L&F improvements on OS X
|
10 lat temu |
Sebastian Stenzel
|
1770bab699
- updated metadata file names
|
10 lat temu |
Sebastian Stenzel
|
1d05e878ab
- Support for HTTP Range header fields, thus vastly improved performance for video streaming
|
10 lat temu |
Sebastian Stenzel
|
f76091ddc0
- Made unit tests I/O-independent
|
10 lat temu |
Sebastian Stenzel
|
6dff296872
- using java.util.Random in unit tests again, as performance doesn't change by using non-random PRNG - of course still using a cryptographically secure PRNG in production ;-)
|
10 lat temu |
Sebastian Stenzel
|
6d98442f7e
- preparation for http range requests: cryptor supports partial decryption now
|
10 lat temu |
Sebastian Stenzel
|
3cdda99c67
- closing _all_ process streams
|
10 lat temu |
Sebastian Stenzel
|
6b45d62aa1
- reduced visibility
|
10 lat temu |
Sebastian Stenzel
|
b7f3f00ce2
- Further simplification by using Futures :)
|
10 lat temu |
Sebastian Stenzel
|
dbadf54893
- General Simplification
|
10 lat temu |