glides - Overview
Pinned Loading
-
An AI-powered detection system for identifying potential abuse of Active Directory Certificate Services (AD CS) misconfigurations
Python 2
-
1
# AES-256 with key encryption function Boo Lang3
public static def encrypt(cleartext as (byte), key as string) as (byte):
4
using aesAlg = Aes.Create():
5
salt = array(byte,[0x12,0x35,0x56,0x78,0x90,0xAB,0xAD,0xEF,0xDD,0x31])
-
1
# AES-256 with key decryption function Boo Lang3
public static def decrypt(ciphertext as (byte), key as string) as (byte):
4
using aesAlg = Aes.Create():
5
salt = array(byte,[0x12,0x35,0x56,0x78,0x90,0xAB,0xAD,0xEF,0xDD,0x31])