Closed AssahBismarkabah closed 1 month ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.76%. Comparing base (
32d36bc
) to head (698393b
). Report is 17 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
https://github.com/adorsys/datasafe/blob/develop/datasafe-examples/datasafe-examples-business/src/test/java/de/adorsys/datasafe/examples/business/filesystem/RuntimeOverrideOperationsTest.java the encryption is completely disabled here.
@Motouom The partial path encryption implementation intentionally leaves the first segment of the path unencrypted to balance readability and security for example,
Directory structure: users/myuserid/private/files/usercontrolled.aes
File: /usercontrolled.aes
In this case,
users
remains unencrypted, providing easy navigation, files
andusercontrolled.ae
are encrypted, hiding the nature of documents.
this way files are quickly located while still protecting sensitive information.
Add documentation and refactor the 'Example' with '
partialpathEncryption'
and 'Moved Files'