Метод на криптиране

Също известен като алгоритъм за криптиране

DES(DataEncryptionStandard):Стандарт за криптиране на данни, по-бърз, подходящ за криптиране на големи количества данни;

3DES(TripleDES):Въз основа на DES, част от данните е криптирана три пъти с три различни ключа и силата е по-висока;

RC2andRC4:Usevariable-lengthkeystoencryptalargeamountofdata,whichisfasterthanDES;

Encryption method

IDEA(InternationalDataEncryptionAlgorithm)internationaldataencryptionalgorithm,usinga128-bitkeytoprovideverystrongsecurity;

RSA:inventedbyRSA,isasupportchangeThelong-keypublickeyalgorithm,thelengthofthefilethatneedstobeencryptedisalsovariable;

DSA(DigitalSignatureAlgorithm):Алгоритъм за цифров подпис misastandardDSS(DigitalSignatureStandard);

AES(AdvancedEncryptionStandard):AdvancedEncryptionStandardisthenext-generationencryptionalgorithmstandardwithfastspeedandhighsecuritylevel.AnimplementationoftheAESstandardistheRijndaelalgorithm;

BLOWFISH, използва ключ с променлива дължина, дължината може да достигне 448 бита и скоростта на работа е много бърза;

Други алгоритми, като XOR,MD5,SHA1,C#,ElGamal,Diffie-Hellman,newwellipticcurvealgorithmECC и др.

Related Articles
TOP