Skip to content
View AryanKaji's full-sized avatar
:electron:
I may be slow to respond.
:electron:
I may be slow to respond.

Block or report AryanKaji

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Simple_Blockchain Simple_Blockchain Public

    This project implements a basic blockchain using C++. It consists of Block and Blockchain classes, where each block contains an index, data, timestamp, previous hash, and a SHA-256 hash. The blockc…

    C++

  2. PoW_Blockchain PoW_Blockchain Public

    PoW-Blockchain is a simple C++ implementation of a blockchain using Proof-of-Work (PoW). It demonstrates basic blockchain features such as block mining, SHA-256 hashing, and handling multiple trans…

    C++

  3. beginner_Solidity_Contract beginner_Solidity_Contract Public

    A collection of 10 simple Solidity smart contracts perfect for beginners.

    Solidity

  4. Simple_SHA256 Simple_SHA256 Public

    A simple C++ program that takes an input string from the user and computes its SHA256 hash using OpenSSL.

    C++

  5. SHA256_HTML SHA256_HTML Public

    A lightweight, responsive web app built with AngularJS and Bootstrap 5 that allows users to generate SHA256 hashes from input strings.

    HTML

  6. Custom_Hash Custom_Hash Public

    A C++ program that converts a given string into a unique 8-digit hexadecimal hash using a custom hashing algorithm based on prime multiplication and XOR operations.

    C++