All Projects → zeyadetman → Computer-Security-algorithms

zeyadetman / Computer-Security-algorithms

Licence: other
👨‍💻 Computer Security algorithms in C#

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Computer-Security-algorithms

cipher-crypt
A cryptographic tomb of ciphers forgotten by time.
Stars: ✭ 36 (-25%)
Mutual labels:  playfair, hill-cipher, railfence, caesar-cipher, vigenere-cipher
secretpy
Classical ciphers: Caesar, ADFGX, ROT13 and etc.
Stars: ✭ 40 (-16.67%)
Mutual labels:  playfair, caesar-cipher, vigenere-cipher
chat-diffie-hellman
A secure chat between an Android client and Java server using AES for encryption and Diffie-Hellman for key exchange.
Stars: ✭ 26 (-45.83%)
Mutual labels:  diffie-hellman, diffie-hellman-algorithm
crypto.js
base on crypto module
Stars: ✭ 13 (-72.92%)
Mutual labels:  rsa, md5
Python-SecureHTTP
Make HTTP transmissions more secure via RSA+AES, encrypted communication for C/S architecture.
Stars: ✭ 19 (-60.42%)
Mutual labels:  rsa, md5
libVES.c
VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key
Stars: ✭ 28 (-41.67%)
Mutual labels:  encryption-algorithms, rsa-encryption
WD-Decrypte
Western Digital Decryption tools
Stars: ✭ 53 (+10.42%)
Mutual labels:  encryption-algorithms, decryption-algorithm
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 (-37.5%)
Mutual labels:  rsa, md5
fluffychat
🐑 Decentralized chat with private messages and rooms. Messages and files are encrypted using RSA
Stars: ✭ 25 (-47.92%)
Mutual labels:  rsa, rsa-encryption
common-secure
提供一些加密算法java代码封装 包括 RSA/AES/DES/3DES/MD5/SHA/HmacSHA256
Stars: ✭ 37 (-22.92%)
Mutual labels:  rsa, md5
java-sdk
一些常用的java sdk和工具类(日期工具类,分布式锁,redis缓存,二叉树,反射工具类,线程池,对称/非对称/分段加解密,json序列化,http工具,雪花算法,字符串相似度,集合操作工具,xml解析,重试Retry工具类,Jvm监控等)
Stars: ✭ 26 (-45.83%)
Mutual labels:  rsa, md5
Phpseclib
PHP Secure Communications Library
Stars: ✭ 4,627 (+9539.58%)
Mutual labels:  rsa, diffie-hellman
Netcore.encrypt
NETCore encrypt and decrpty tool,Include aes,des,rsa,md5,sha1,sha256,sha384,sha512
Stars: ✭ 339 (+606.25%)
Mutual labels:  rsa, md5
Encrypt Body Spring Boot Starter
(停止维护,替代品搜索:https://github.com/search?l=Java&q=encrypt&type=Repositories )SpringBoot控制器统一的响应体加密与请求体解密的注解处理方式,支持MD5/SHA/AES/DES/RSA
Stars: ✭ 198 (+312.5%)
Mutual labels:  rsa, md5
pandorabox
基于非对称加密(RSA)的私密信息传递工具,数据由本地客户端进行加密、解密操作。
Stars: ✭ 18 (-62.5%)
Mutual labels:  rsa
rsa-encrypt-body-spring-boot
Spring Boot 接口请求参数自动加解密
Stars: ✭ 108 (+125%)
Mutual labels:  rsa
rot26
Pure rust implementation of the rot26 algorithm
Stars: ✭ 24 (-50%)
Mutual labels:  caesar-cipher
cosign
Cooperative RSA signing
Stars: ✭ 25 (-47.92%)
Mutual labels:  rsa
pixcryption
📷 Pixel Safe Encryption - Now Cryptographically Secure 🔒
Stars: ✭ 56 (+16.67%)
Mutual labels:  encryption-algorithms
cryptotools
No description or website provided.
Stars: ✭ 182 (+279.17%)
Mutual labels:  rsa

Computer-Security-algorithms

Computer Security algorithms in C#

List of Algorithms

  • AutokeyVigenere
  • Ceaser
  • Columnar
  • HillCipher
  • Monoalphabetic
  • PlayFair
  • RailFence
  • RepeatingKeyVigenere
  • RSA
  • MD5 Not completed
  • RC4
  • AES Don't pass all tests
  • DES
  • TripleDES
  • DiffieHellman
  • ELGAMAL

Contributions

  • Add More Security Algorithms.
  • Documentation
  • Refactoring code and increase the performance of Algorithms.
  • Complete and Fix the Incompleted Algorithms
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].