List of learning resources for cryptography
-
Updated
Sep 21, 2017
List of learning resources for cryptography
C++ Implementation of Elliptic Curve Cryptograph
TCOIN Blockchain Cyrpto Currency
🔐 My Swift Langauge Vigenère Cipher Encryption Solution
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.
This repository includes implementation of algorithms used in cryptography like Caesar cipher, RSA encryption/decryption, Base64 encode/decode etc.
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
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
Python Mini Project for FY B.Tech Computer Engineering
Cryptography project aimed at implementing a text encryption and decryption system using the Python programming language
A Python 3 script to hash text.
A Swift library that provides cryptographic authentication algorithms like OCRA, HOTP etc.
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.
Burp Extension for encrypting and decrypting data using AES and DES algorithms.
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.💻☕
🔒 A fully local and secure password manager with low level keyboard emulation!
Add a description, image, and links to the cyrptography topic page so that developers can more easily learn about it.
To associate your repository with the cyrptography topic, visit your repo's landing page and select "manage topics."