-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Using AES-256 instead of AES-128. - If no valid key has been configured in production mode, application does not start. - Better error messages, if key is invalid. - Secret key is generated from the configured key using SHA1 hashing allowing for arbitrarily long keys.
- Loading branch information
1 parent
45d5cb4
commit 3c9c804
Showing
2 changed files
with
64 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 25 additions & 9 deletions
34
silk-core/src/main/scala/org/silkframework/util/AesCrypto.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters