All Projects → myafer → Opensslapplication

myafer / Opensslapplication

iOS Object-C OC swift RSA加密

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Opensslapplication

littleca
littleca是一个基于BC的小型ca库,支持ecc,rsa,dsa,sm2的证书签发,加密解密,签名验签操作,支持国密加解密,证书签发
Stars: ✭ 44 (-83.82%)
Mutual labels:  rsa
Detect-CVE-2017-15361-TPM
Detects Windows and Linux systems with enabled Trusted Platform Modules (TPM) vulnerable to CVE-2017-15361. #nsacyber
Stars: ✭ 34 (-87.5%)
Mutual labels:  rsa
dtls
Datagram Transport Layer Security (DTLS) client.
Stars: ✭ 72 (-73.53%)
Mutual labels:  rsa
common-secure
提供一些加密算法java代码封装 包括 RSA/AES/DES/3DES/MD5/SHA/HmacSHA256
Stars: ✭ 37 (-86.4%)
Mutual labels:  rsa
rsa-js-php
php+js配合用RSA加解密
Stars: ✭ 28 (-89.71%)
Mutual labels:  rsa
interesting-keys
Interesting collected (leaked) encryption/decryption keys
Stars: ✭ 33 (-87.87%)
Mutual labels:  rsa
python-keylogger
Advanced Pure-Python Keylogger
Stars: ✭ 64 (-76.47%)
Mutual labels:  rsa
algorithm-structure
2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结
Stars: ✭ 590 (+116.91%)
Mutual labels:  rsa
RSA-Encryption-Flutter
Encryption based on asymmetric cryptography
Stars: ✭ 17 (-93.75%)
Mutual labels:  rsa
vue-apicloud-cli
基于vue的APICloud脚手架
Stars: ✭ 44 (-83.82%)
Mutual labels:  rsa
bleichenbacher
Bleichenbachers "Million message attack" on RSA in Python
Stars: ✭ 24 (-91.18%)
Mutual labels:  rsa
crypton
A simple Dart library for asymmetric encryption and digital signatures
Stars: ✭ 25 (-90.81%)
Mutual labels:  rsa
esp32-weather-google-sheets
Weather station based on ESP32 and MicroPython with sending data to Google Sheets
Stars: ✭ 48 (-82.35%)
Mutual labels:  rsa
adfsmfa
MFA for ADFS 2022/2019/2016/2012r2
Stars: ✭ 86 (-68.38%)
Mutual labels:  rsa
dart crypto
[Flutter] 本项目基于flutter_macos_v0.5.8-dev版本采用Dart语言开发。`DYFCryptoProvider`集成了Base64, 32/16 Bits MD5, AES, RSA等算法。(This Flutter project is developed in Dart language based on flutter_macos_v0.5.8-dev. `DYFCryptoProvider` integrates Base64, 32/16 Bits MD5, AES and RSA algorithms.)
Stars: ✭ 30 (-88.97%)
Mutual labels:  rsa
RSAKeyVaultProvider
Enables Azure Key Vault secrets and certificates to be used by .NET Crypto
Stars: ✭ 36 (-86.76%)
Mutual labels:  rsa
fluffychat
🐑 Decentralized chat with private messages and rooms. Messages and files are encrypted using RSA
Stars: ✭ 25 (-90.81%)
Mutual labels:  rsa
Oscrypto
Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy
Stars: ✭ 257 (-5.51%)
Mutual labels:  rsa
encryptlab
🔑 Comprehensive (and free) list of encryption and decryption in Node.js.
Stars: ✭ 80 (-70.59%)
Mutual labels:  rsa
Cryptography-Guidelines
Guidance on implementing cryptography as a developer.
Stars: ✭ 15 (-94.49%)
Mutual labels:  rsa

Build Status GitHub issues GitHub forks GitHub stars Twitter

经过1年的读者反馈,总结出来的比较完善的加密解密库。

  1. 解决加密长度限制
  2. 解决加密中文
  3. Java配套加密解密方法
   加密过程: str -> utf8编码 -> 字符串分割 -> 循环加密 -> 拼接 -> 结果
   解密过程: str -> 字符串分割 -> 循环解密 -> 拼接 -> utf8解码 -> 原字符串
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].