terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Security.Cryptography.PasswordDeriveBytes Class Reference
+ Inheritance diagram for System.Security.Cryptography.PasswordDeriveBytes:
+ Collaboration diagram for System.Security.Cryptography.PasswordDeriveBytes:

Public Member Functions

 PasswordDeriveBytes (string strPassword, byte[] rgbSalt)
 
 PasswordDeriveBytes (byte[] password, byte[] salt)
 
 PasswordDeriveBytes (string strPassword, byte[] rgbSalt, string strHashName, int iterations)
 
 PasswordDeriveBytes (byte[] password, byte[] salt, string hashName, int iterations)
 
 PasswordDeriveBytes (string strPassword, byte[] rgbSalt, CspParameters cspParams)
 
 PasswordDeriveBytes (byte[] password, byte[] salt, CspParameters cspParams)
 
 PasswordDeriveBytes (string strPassword, byte[] rgbSalt, string strHashName, int iterations, CspParameters cspParams)
 
 PasswordDeriveBytes (byte[] password, byte[] salt, string hashName, int iterations, CspParameters cspParams)
 
override byte[] GetBytes (int cb)
 
override void Reset ()
 
byte[] CryptDeriveKey (string algname, string alghashname, int keySize, byte[] rgbIV)
 
void Dispose ()
 

Protected Member Functions

override void Dispose (bool disposing)
 

Properties

string HashName [get, set]
 
int IterationCount [get, set]
 
byte[] Salt [get, set]
 

Private Member Functions

byte[] ComputeBaseValue ()
 
byte[] ComputeBytes (int cb)
 
void HashPrefix (CryptoStream cs)
 

Private Attributes

int _extraCount
 
int _prefix
 
int _iterations
 
byte[] _baseValue
 
byte[] _extra
 
byte[] _salt
 
string _hashName
 
byte[] _password
 
HashAlgorithm _hash
 

Detailed Description

Definition at line 13 of file PasswordDeriveBytes.cs.


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