d8c9279f6f9c29c650c805c3f141daad584bd248
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private pbkdf2(password byte[], salt byte[], iterations int, keyLength int) : SecretKey renamed to private deriveSecretKeyFromMasterKey() : SecretKey in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
Rename Variable | 1 | ||
Rename Variable encrypted : String to ivAndCiphertext : String in method private encryptPathComponent(cleartext String, key SecretKey, ioSupport CryptorIOSupport) : String in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute password : byte[] to masterKey : byte[] in method private deriveSecretKeyFromMasterKey() : SecretKey in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To |