#729: Crypt.kt
projectforge-business/src/main/java/org/projectforge/framework/utils/Crypt.kt Type: Kotlin Cryptography · Purpose: Cryptography utility implementing hashing, encryption, or decryption operations. · Source: projectforge-business/src/main/java/org/projectforge/framework/utils/Crypt.kt 245 lines · 164 code · 63 comments · 18 blank
Cryptography utility implementing hashing, encryption, or decryption operations.
Class: Crypt
Annotations
@JvmStatic
Properties
| Name | Mutable |
cipher | val |
keyValue | val |
key | val |
encVal | val |
bytes | val |
cipher | val |
keyValue | val |
key | val |
decordedValue | val |
digester | val |
alg | val |
dest | val |
md | val |
d | val |
ret | var |
hex | val |
unsigned | var |
hi | val |
lo | val |
Functions
encrypt()
encrypt()
decrypt()
decryptBytes()
digest()
digest()
digest()
check()
Architecture Analysis
Resides in projectforge-business, the core module containing domain logic, services, and persistence. Provides Utility Functions as a Kotlin object singleton, shared stateless helpers used across the application.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
c06db1dab7 | Nearly all jars updated (code changes required). |
5f7ef41b8c | Copyright 2021 -> 2022 |
0050a24d94 | String password -> char[] password. Not yet tested: LDAP client/master and change of Wlan-Password. |
14d708b414 | CryptStream implemented. |
7b1df2e06b | Crypt.java -> Crypt.kt |