Conversation
|
Important Auto Review SkippedDraft detected. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
src/main/java/org/cryptomator/cryptolib/v3/FileNameCryptorImpl.java
Outdated
Show resolved
Hide resolved
src/test/java/org/cryptomator/cryptolib/v1/FileContentCryptorImplTest.java
Show resolved
Hide resolved
src/main/java/org/cryptomator/cryptolib/v3/FileContentCryptorImpl.java
Outdated
Show resolved
Hide resolved
# Conflicts: # pom.xml
[release snapshot]
[release snapshot]
Noteworthy API changes (so far):
Masterkeyturned into an interface with two subtypes:PerpetualMasterkeyandRevolvingMasterkey. For the latterUVFMasterkeyis a concrete implementationCryptorProvider.Scheme.UVF_DRAFTand corresponding cryptor implementationCryptor.fileNameCryptor(int revision)to allow file name encryption to depend on the key revision of a revolving masterkeyFileNameCryptor.hashDirectoryId(String cleartextDirectoryIdStr)in favor ofFileNameCryptor.hashDirectoryId(byte[] cleartextDirectoryId)