C# Class SKGL.Plus.methods

Inheritance: SerialKeyConfiguration
Afficher le fichier Open project: SerialKeyManager/SKGL Class Usage Examples

Méthodes protégées

Méthode Description
_decText ( string _encryptedPhase, string _secretPhase ) : string
_decrypt ( string _key, string _secretPhase ) : string
_encText ( string _inputPhase, string _secretPhase ) : string
_encrypt ( int _users, int _days, bool _tfg, string _secretPhase, int ID, System _creationDate, int _assets, int _concurrentUsers ) : string
base10ToBase36 ( string s ) : string
base36ToBase10 ( string s ) : string
booleanToInt ( bool _booleanArray ) : int
getEightByteHash ( string s, int MUST_BE_LESS_THAN = 1000000000 ) : int
intToBoolean ( int _num ) : bool[]
modulo ( int _num, int _base ) : int
powof ( int x, int y ) : System.Numerics.BigInteger
twentyfiveByteHash ( string s ) : string

Method Details

_decText() protected méthode

protected _decText ( string _encryptedPhase, string _secretPhase ) : string
_encryptedPhase string
_secretPhase string
Résultat string

_decrypt() protected méthode

protected _decrypt ( string _key, string _secretPhase ) : string
_key string
_secretPhase string
Résultat string

_encText() protected méthode

protected _encText ( string _inputPhase, string _secretPhase ) : string
_inputPhase string
_secretPhase string
Résultat string

_encrypt() protected méthode

protected _encrypt ( int _users, int _days, bool _tfg, string _secretPhase, int ID, System _creationDate, int _assets, int _concurrentUsers ) : string
_users int
_days int
_tfg bool
_secretPhase string
ID int
_creationDate System
_assets int
_concurrentUsers int
Résultat string

base10ToBase36() protected méthode

protected base10ToBase36 ( string s ) : string
s string
Résultat string

base36ToBase10() protected méthode

protected base36ToBase10 ( string s ) : string
s string
Résultat string

booleanToInt() protected méthode

protected booleanToInt ( bool _booleanArray ) : int
_booleanArray bool
Résultat int

getEightByteHash() protected méthode

protected getEightByteHash ( string s, int MUST_BE_LESS_THAN = 1000000000 ) : int
s string
MUST_BE_LESS_THAN int
Résultat int

intToBoolean() protected méthode

protected intToBoolean ( int _num ) : bool[]
_num int
Résultat bool[]

modulo() protected méthode

protected modulo ( int _num, int _base ) : int
_num int
_base int
Résultat int

powof() protected méthode

protected powof ( int x, int y ) : System.Numerics.BigInteger
x int
y int
Résultat System.Numerics.BigInteger

twentyfiveByteHash() protected méthode

protected twentyfiveByteHash ( string s ) : string
s string
Résultat string