7 packages returned for Tags:"3DES"
- 3,470 total downloads
- last updated 1/31/2020
- Latest version: 4.0.2
Aleph1 Security implementation using the TripleDES algorithm
- 5,247 total downloads
- last updated 11/6/2016
- Latest version: 1.0.0
.NET Library for Encryption/Decryption.
Usage:
Encrypting file using AES (256 bits): CyberCrypt._AES256.EncryptFile("C:\example.txt", "YourPassword")
Decrypting file using AES (256 bits): CyberCrypt._AES256.DecryptFile("C:\example.txt", "YourPassword")
Hashing string using SHA512:...
More information
DUKPTCore
by:
rbonestell
- 6,089 total downloads
- last updated 5/2/2019
- Latest version: 1.1.0
A .NET Standard implementation of TDES DUKPT, both PIN and Data variants.
- 11,341 total downloads
- last updated 3/20/2017
- Latest version: 1.9.5
Cryptography extensions for strings and arrays of bytes.
Vive.Crypto
by:
xiejinhua
- 809 total downloads
- last updated 5/24/2020
- Latest version: 1.1.3
Vive.Crypto实现了C#、Java 和 JS 的SM3,SM4的相互加密解密;以及对各种常用的加密算法进行封装,有 Base64、对称加密(DES、3DES、AES、SM4)、非对称加密(RSA、SM2)、Hash(MD4、MD5、HMAC、HMAC-MD5、HMAC-SHA1、HMAC-SHA256、HMAC-SHA384、HMAC-SHA512、SHA、SHA1、SHA256、SHA384、SHA512、SM3)等实现。