Project Arrhythmia
A video game developed by Vitamin Games.
Loading...
Searching...
No Matches
VGFunctions.LSEncryption Class Reference

A static class that handles encryption and decryption operations. More...

Static Public Member Functions

static byte[] AES_Encrypt (byte[] bytesToBeEncrypted, byte[] passwordBytes)
 
static string EncryptText (string input, string password)
 
static byte[] AES_Decrypt (byte[] bytesToBeDecrypted, byte[] passwordBytes)
 
static string DecryptText (string input, string password)
 

Detailed Description

A static class that handles encryption and decryption operations.

This class contains methods for encrypting and decrypting data. It may include operations like symmetric encryption, asymmetric encryption, hashing, and more.


The documentation for this class was generated from the following file: