This commit is contained in:
Thomas Kruse
2026-02-03 22:29:46 +01:00
commit 8fdf5827e4
156 changed files with 23069 additions and 0 deletions

View File

@ -0,0 +1,14 @@
Fork('\\n','\\n',false)
Register('^([^:]+)',true,false,false)
Find_/_Replace({'option':'Regex','string':'^[^:]+:'},'',false,false,false,false)
Register('(.*)',true,false,false)
Pseudo-Random_Number_Generator(12,'Hex')
Register('(.*)',true,false,false)
From_Hex('Auto')
To_Base64('A-Za-z0-9+/=')
Register('([\\s\\S]*)',true,false,false)
Find_/_Replace({'option':'Regex','string':'.*'},'$R1',false,false,false,false)
Derive_PBKDF2_key({'option':'Latin1','string':'$R1'},512,101,'SHA512',{'option':'Hex','string':'$R2'})
From_Hex('Auto')
To_Base64('A-Za-z0-9+/=')
Find_/_Replace({'option':'Regex','string':'.*'},'$R0:$$7$$101$$$R3$$$&',false,false,false,false)