cyrptography
There are 27 repositories under cyrptography topic.
SulfuricAcidH2SO4/Orderly
🔒 A fully local and secure password manager with low level keyboard emulation!
uttambodara/TryHackMeRoadmap
A list of 350+ free TryHackMe rooms💻 to kick off your cybersecurity learning, organized by topics for easy exploration and practical skill-building !💀💥
cyrillbrito/shamir
Share a secret in a distributed way. The secret is split into multiple parts, called shares. These shares are used to reconstruct the original secret.
Pargat-Dhanjal/Password-Wallet
Python Mini Project for FY B.Tech Computer Engineering
S010MON/computer-security
A simple counter app where multiple users can login using a client and modify their counter by incrementing either up or down using all possible security measures
0testsa/AntiCryptoJS_BurpExtenion
Burp Extension for encrypting and decrypting data using AES and DES algorithms.
AreaLayer/zk-proof-rust
ZK Proof Library for Coinjoin transactions
pinarol/AuthentiCode
A Swift library that provides cryptographic authentication algorithms like OCRA, HOTP etc.
prahaladbelavadi/cryptography-resources
List of learning resources for cryptography
iMohannad/Elliptic_Curve_Cryptography
C++ Implementation of Elliptic Curve Cryptograph
iNoles/KotJWT
Kotlin Multiplatform library for generating and verifying JWTs
nats-io/nkeys.ex
Experimental version of Keys library with support for xkey encryption
tolgaerdonmez/tcoin2
TCOIN Blockchain Cyrpto Currency
UfukBlbn/.Net-Core-WebApi-DataProtectionTutorial
It is only one of the activities that must be done in order to ensure data security for the application. Critical data about the application or users using the application is usually hidden in the case of being carried on the URL, in other words, it is encrypted. Based on this situation, you can examine the following tutorial
uttambodara/decentralized-social-media-using-blockchain
This repository contains the code for a decentralized social media platform that uses blockchain technology. The platform is designed to be censorship-resistant and to give users more control over their data. The platform is built on top of the Ethereum blockchain and uses the Solidity programming language.💻☕
afif-dev/py-cryptography-cli
Py Cryptography CLI App
ergineeer/NETAssembly-Cryptography
Cryptographic algorithms such as AES, RSA, SHA, and ECDH, implemented in MATLAB with .NET and Python
Mao-69/Headline-Puzzles
A program for solving the NSA Headline Puzzles
mattAsant223/OneTimePad
Personal Projects that I've created
MnaseemMuhammadi/NarwalAuthentication
This project demonstrates the implementation of a Cryptographic concept - Zero-Knowledge Password Authentication (ZKPA). It secures Http sites by providing secure User Authentication mitigating credential breach risks.
Privatedocs-1/KotJWT
A lightweight Kotlin library for encoding, decoding, and validating JWT and refresh tokens using HMAC SHA-256.
Rlvtick/Cryptography-Project
Cryptography project aimed at implementing a text encryption and decryption system using the Python programming language
Sergeant-Potato/Crypt
A Python 3 script to hash text.
RAGUL1902/WEC_Cryptography
This repository includes implementation of algorithms used in cryptography like Caesar cipher, RSA encryption/decryption, Base64 encode/decode etc.
ramchandra-guthula/generate_cryptography_hashes_for_files
Script used to generate cryptography hashes MD4, SHA256, SHA3_224 for a given files
ResulCelik0/RSCyrptLite
Basit 2 Faktörlü Şifreleme Uygulaması
Stephen2697/Vigenere_Cipher
🔐 My Swift Langauge Vigenère Cipher Encryption Solution