#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

NameMutable
cipherval
keyValueval
keyval
encValval
bytesval
cipherval
keyValueval
keyval
decordedValueval
digesterval
algval
destval
mdval
dval
retvar
hexval
unsignedvar
hival
loval

Functions

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

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
c06db1dab7Nearly all jars updated (code changes required).
5f7ef41b8cCopyright 2021 -> 2022
0050a24d94String password -> char[] password. Not yet tested: LDAP client/master and change of Wlan-Password.
14d708b414CryptStream implemented.
7b1df2e06bCrypt.java -> Crypt.kt