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.Rfc2898DeriveBytes Class Reference
+ Inheritance diagram for System.Security.Cryptography.Rfc2898DeriveBytes:
+ Collaboration diagram for System.Security.Cryptography.Rfc2898DeriveBytes:

Public Member Functions

 Rfc2898DeriveBytes (byte[] password, byte[] salt, int iterations)
 
 Rfc2898DeriveBytes (byte[] password, byte[] salt, int iterations, HashAlgorithmName hashAlgorithm)
 
 Rfc2898DeriveBytes (string password, byte[] salt)
 
 Rfc2898DeriveBytes (string password, byte[] salt, int iterations)
 
 Rfc2898DeriveBytes (string password, byte[] salt, int iterations, HashAlgorithmName hashAlgorithm)
 
 Rfc2898DeriveBytes (string password, int saltSize)
 
 Rfc2898DeriveBytes (string password, int saltSize, int iterations)
 
 Rfc2898DeriveBytes (string password, int saltSize, int iterations, HashAlgorithmName hashAlgorithm)
 
override byte[] GetBytes (int cb)
 
byte[] CryptDeriveKey (string algname, string alghashname, int keySize, byte[] rgbIV)
 
override void Reset ()
 
void Dispose ()
 

Protected Member Functions

override void Dispose (bool disposing)
 

Properties

HashAlgorithmName HashAlgorithm [get, set]
 
int IterationCount [get, set]
 
byte[] Salt [get, set]
 

Private Member Functions

HMAC OpenHmac ()
 
void Initialize ()
 
byte[] Func ()
 

Private Attributes

readonly byte[] _password
 
byte[] _salt
 
uint _iterations
 
HMAC _hmac
 
int _blockSize
 
byte[] _buffer
 
uint _block
 
int _startIndex
 
int _endIndex
 
readonly HashAlgorithmName< HashAlgorithmk__BackingField
 

Static Private Attributes

const int MinimumSaltSize = 8
 

Detailed Description

Definition at line 11 of file Rfc2898DeriveBytes.cs.


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