1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[]
= "asjeeves-encryption"
= "Encryption and Key utilities."
= "2024"
= "https://github.com/Ameelio/asjeeves/"
= "MIT"
= "README.md"
= "https://github.com/Ameelio/asjeeves/"
= "0.1.1"
[]
# Deserialization
= true
# Ensure all bytes are zeroed when garbage collected.
= true
# #########################################################
# Key Encryption Key
# Algorithm: AES
# Can be deserialized from a base64 unpadded encoded string.
# #########################################################
= true
= true
# #########################################################
# Json Web Keys
# Algorithm: RSA, SHA 256
# #########################################################
= true
= true
= true
= true
# #########################################################
# Random Generation
# Algorithm: ChaCha 20, UUID V7
# #########################################################
= true
= true
= true
# #########################################################
# Session Cookies
# #########################################################
= true
# #########################################################
# Instrumentation & Errors
# #########################################################
= true
= true