307 results for “topic:3des”
The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES and JSON Web Signature/Token in pure JavaScript.
A simple, semantic and developer-friendly crypto package for golang
go语言封装的各种对称加密和非对称加密,可以直接使用,包括3重DES,AES的CBC和CTR模式,还有RSA非对称加密,ECC椭圆曲线的加密和数字签名
编码转换、摘要(hash)、加解密(MD5、SHA1、SHA256、SHA3、SM3、HMAC、DES、3DES、AES、SM4)
Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy
A cryptography algorithms library
C++ implementation of Data Encryption Standard (DES, 3DES) (ECB, CBC)
🔐 Fast crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2
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)等实现。
A plsql implementation of some functions/procedures in dbms_crypto. Useful if you need a SHA256 hash, RSA signing of a message, or to encrypt something with your RSA private key on a 11G (or 10) database, or don't have access to dbms_crypto.
Text & file encrypter and decrypter using a variety of algorithms
Midbar is more than just a password vault! Midbar is designed to significantly increase the cost of unauthorized access to its user's personal data.
Encrypted File System simulator.
A golang tool to generate keys required for using 3DES-DUKPT
Librerías de Ayuda (APIs) para integrar la pasarela de pago (TPV Virtual) Redsys (antiguo SERMEPA) en tiendas web virtuales que hayan sido desarrolladas bajo ASP Clásico, teniendo en cuenta el cambio del uso del algoritmo SHA1 por 3DES y HMAC-SHA256, que son más robustos.
A simple, commented and readable python implementation of ChaCha, Salsa, Poly1305, MD2, MD4, MD5, SHA1, SHA2, SHA3, Blake, Blake2, DES, 3DES, and more
An HSM simulator implemented in Java, ANSI X9, 3DES, DUKPT, etc..
Go language implementation of symmetric encryption and asymmetric encryption algorithm. AES, DES, 3DES and RSA are supported
A .NET Standard implementation of TDES DUKPT, both PIN and Data variants.
Provide the interface of symmetric encryption AES/DES/3DES and asymmetric encryption RSA, making your sensitive data easier to desensitize and store.( 提供 对称加密 AES/DES/3DES 以及非对称加密 RSA 的上层封装接口,让您的敏感数据更加容易脱敏并存储 )
A Simple Encryption Class using Triple Data Encryption Standard
DES and 3DES for ngx_lua
This library contains the implementation of popular crypto algorithms from scratch using C++
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
No description provided.
1.支持国际上通用的加密算法:RSA(1024/2048)/AES(128/192/256)/3DES(DESede)/PGP/SHA-1/SHA-256/SHA-512/SHA-3/HmacSHA256/Hmac-SHA512/MD5;2.也支持国密算法:SM2/SM3/SM4/HmacSM3/HSM;3.抽象并融合了上述2套加密算法,希望对你有用
Encryption and decryption in symfony.(DES,3DES,IDEA,RC2,RC4,RSA,DSA,AES,BLOWFISH)
Android and iOS app to test cryptographic algorithms speed on your phone
DES & TDES library
Implementation of an End to end encrypted messaging system, where client to client communication is performed after triple-DES encryption, with the keys exchanged using Diffie-Hellman Key exchange algorithm. A user is also able to create multiple groups and be a part of any set of groups. Messages could be text, images, video file etc.