feat: Implement feature to store symmetric passphrases in DB

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-11-22 09:45:55 +01:00
parent ac3821c949
commit 2b6473929a
9 changed files with 169 additions and 11 deletions

3
.gitattributes vendored
View file

@ -1,4 +1,5 @@
/gradlew text eol=lf
*.bat text eol=crlf
*.jar binary
*.java text eol=lf
*.java text eol=lf
*.config text eol=lf