You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.💻☕
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.
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