GitHub topics: sha-256
buzzcosm/udemy-course-blockchain-technology-in-java-2-cryptocurrency
Udemy course - Blockchain & Cryptocurrency in Java
Language: Java - Size: 0 Bytes - Last synced at: about 3 hours ago - Pushed at: about 3 hours ago - Stars: 0 - Forks: 0

leplusorg/docker-hash
Docker container with utilities to compute hashes (CRC32, MD5, SHA-1, SHA-256, SHA-512, Argon2...).
Language: Dockerfile - Size: 455 KB - Last synced at: about 18 hours ago - Pushed at: about 19 hours ago - Stars: 4 - Forks: 3

DGTALFairness/UFP
Open-source protocol for fair winner selection using cryptographic hashing and public validation.
Language: PHP - Size: 1.16 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

codahale/lockstitch
Lockstitch is an incremental, stateful cryptographic primitive for symmetric-key cryptographic operations (e.g. hashing, encryption, message authentication codes, and authenticated encryption) in complex protocols.
Language: Rust - Size: 1.57 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 10 - Forks: 3

hanickadot/cthash
constexpr implementation of SHA-2 and SHA-3 family of hashes
Language: C++ - Size: 539 KB - Last synced at: about 11 hours ago - Pushed at: 4 months ago - Stars: 215 - Forks: 6

boggydigital/kevlar
🛡️ Key value store, on-disk and in-memory
Language: Go - Size: 150 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 1

donuts-are-good/checksum
checksum and file comparison tool
Language: Go - Size: 4.88 KB - Last synced at: about 10 hours ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

JUSTSCIENCE0/KeySaver
Keysaver is an application designed to generate unique passwords for each service based on a single master password.
Language: C++ - Size: 2.27 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

stacksjs/ts-security
🔐 Modern cryptography primitives & utilities with a focus on type safety, security, performance & best practices.
Language: TypeScript - Size: 1.38 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 4 - Forks: 0

Cyphrme/Coze
Coze is a cryptographic JSON messaging specification.
Language: Go - Size: 4.1 MB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 118 - Forks: 4

diegopau/PowerDirHasher
Comprehensive Windows data integrity tool to hash, verify and sync hashes for your files, keeping a history of any file modifications for a given folder or set of folders. Differentiates file modification from file silent corruption. Uses PowerShell. No GUI.
Language: PowerShell - Size: 296 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

KaminskyIlya/sha-256-arduino
sha-256 simple libruary for arduino platforms
Language: C++ - Size: 6.84 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

bitArtisan1/Polycrypt-Password-Cracker
A simple password cracker tool developed in Python using the Tkinter GUI framework to decrypt hashes
Language: Python - Size: 4.52 MB - Last synced at: 16 days ago - Pushed at: 17 days ago - Stars: 11 - Forks: 1

D7EAD/HashPlusPlus
A C++17 header-only library to easily retrieve hashes/HMACs from data, files, and files in nested directories through a simple interface.
Language: C++ - Size: 455 KB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 30 - Forks: 9

Caligatio/jsSHA
A JavaScript/TypeScript implementation of the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC.
Language: TypeScript - Size: 1.86 MB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 2,249 - Forks: 390

awais-124/react-native-chat-app
CipherChat - A Secure Messaging Android App
Language: JavaScript - Size: 5.45 MB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 1 - Forks: 0

GeopJr/Collision
Check hashes for your files - A GUI tool to generate, compare and verify MD5, SHA-1, SHA-256, SHA-512, Blake3, CRC32 & Adler32 hashes.
Language: Crystal - Size: 1.57 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 162 - Forks: 17

Drazail/react-native-hash
native hashing for react-native
Language: HTML - Size: 794 KB - Last synced at: 23 days ago - Pushed at: about 1 month ago - Stars: 29 - Forks: 19

kawanet/sha256-uint8array
Fast SHA-256 digest hash based on Uint8Array, pure JavaScript.
Language: TypeScript - Size: 85.9 KB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 22 - Forks: 1

giovanni-iannaccone/FlutCrack
Flutter app to crack hashes 🎯
Language: Dart - Size: 404 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 18 - Forks: 2

MarcoCiaramella/sha256-gpu
A GPU version of SHA-256 using WebGPU.
Language: JavaScript - Size: 149 KB - Last synced at: 5 days ago - Pushed at: 5 months ago - Stars: 23 - Forks: 3

hrbrmstr/hashlookup
#️⃣ 👀👆🏽Query and Orchestrate the CIRCL Hash Lookup Service
Language: R - Size: 36.1 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

mnh-stack/digital-signature-system
A secure Digital Signature System using SHA-256 hashing and RSA encryption to sign and verify documents, ensuring authenticity and integrity.
Language: Jupyter Notebook - Size: 1 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Paulogb98/DupFile-Analyzer
Ferramenta de linha de comando em Rust para detectar arquivos duplicados em diretórios e subdiretórios. Utilizando hash SHA-256 e processamento paralelo com Rayon, garante alta performance e precisão na identificação de arquivos duplicados, independentemente de seus metadados, como nome etc.
Language: Rust - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ChakshuGupta13/Local-Collision-Differential-Attack-on-Reduced-SHA-256-upto-24-Rounds
This repository contains C and/or C++ implementations for finding Local Collision Conforming Message Pairs through Differential Attack on Reduced-Round SHA-256 up to 24 Rounds. Also, this repository contains the C++ implementations of SHA-256, SHA-512 and SHA-384.
Language: C - Size: 95.7 KB - Last synced at: 24 days ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 6

usethisname1419/HashKiller
Decrypt Hashes. md5, sha-1, sha-256, shaw-512(unix), and Windows NT hashes. Multi-threaded and includes a saftey to prevent cpu exhaustion
Language: Python - Size: 51.8 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 19 - Forks: 4

Kartmaan/filecrypt
Python script to encrypt and decrypt files
Language: Python - Size: 151 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 1

Licoy/encrypt-body-spring-boot-starter
🔒 SpringBoot控制器统一的响应体编码/加密与请求体解密的注解处理方式,支持MD5/SHA/AES/DES/RSA | SpringBoot controller unified response body encoding/encryption and request body decryption annotation processing method.
Language: Java - Size: 313 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 408 - Forks: 158

tsmx/object-hmac
Create and verify HMAC's for JSON objects.
Language: JavaScript - Size: 733 KB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 0

tionlab/Haxly
Handy tool to compute/analyze hashes of files. 간편하게 파일의 해시를 계산/분석.
Language: Java - Size: 51.9 MB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

abdellatif-temsamani/cryptjs
`cryptjs` is a JavaScript/TypeScript library that brings cryptographic functionality from Dart to the web
Language: JavaScript - Size: 362 KB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

maliozcan/sha256
A sha256sum clone in C++
Language: C++ - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

codegeek004/ParkEasy
Flask Application using MySQL. Role based-authorization, Authentication using password hashing.
Language: HTML - Size: 125 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 2

sondosaabed/File-Carving-Tool
This project was done as part of the Digital Forensics Analysis coursework, specifically the file carving tool.
Language: Java - Size: 1.36 MB - Last synced at: 13 days ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 1

aariste/ISVLicenseGenerator
MSDyn365FO ISV license generator from USB eToken or Azure Key Vault HSM
Language: C# - Size: 230 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 14 - Forks: 2

baoyachi/sha256-rs
sha256 crypto digest write by rust
Language: Rust - Size: 46.9 KB - Last synced at: 23 days ago - Pushed at: 2 months ago - Stars: 38 - Forks: 13

ompatil-15/SHIELD-Password-Manager
A secure password manager with advanced encryption to store your passwords, notes, and personal data with payment integration for premium service.
Language: JavaScript - Size: 1.15 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

githuseyingur/PAdES_LTV_Pdf_Signer_SHA256_with_Timestamp
PAdES LTV PDF signer with Timestamp & SHA-256, C# Console App
Language: C# - Size: 62.5 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

MasterFlomaster1/JFXCrypto
🔐 150+ Algorithms, Reactive GUI, and More: Text & File Encryption, Hashing, MAC, Key Generation, and Password Strength Evaluation. JCA, JCE with Bouncy Castle
Language: Java - Size: 22.9 MB - Last synced at: 29 days ago - Pushed at: 5 months ago - Stars: 30 - Forks: 17

markkurossi/mpc
Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.
Language: Go - Size: 9.75 MB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 112 - Forks: 23

blvchain/delium
🔑 Hashing method based on deleting + salt
Language: Go - Size: 47.9 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 5 - Forks: 0

jamespayor/sha256.website
SHA-256 utility website
Language: HTML - Size: 17.6 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

voidxno/fast-recursive-sha256
Fast Recursive SHA256
Language: C++ - Size: 110 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 12 - Forks: 0

northbright/hasher
hasher is a Golang package provides functions to compute hash checksums.
Language: Go - Size: 91.8 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Lucasvmarangoni/financial-file-manager
Sistema robusto para o armazenamento e controle de documentos financeiros. Ele oferece aos clientes e administradores de instituições financeiras a capacidade de fazer upload, gerenciar e recuperar documentos financeiros de forma eficiente.
Language: Go - Size: 899 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

emoacht/HashPad
A simple tool to compute and compare hash value including from Explorer's context menu
Language: C# - Size: 784 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 30 - Forks: 3

ecopque/registration_and_login_project
This project demonstrates the implementation of a simple user registration, login, and account removal system using Python 3.11 with a MySQL/MariaDB database. The system uses Object-Oriented Programming (OOP) principles and the MVC (Model-View-Controller) architecture. It utilizes the SQLAlchemy ORM to interact with the database...
Language: Python - Size: 27.3 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

GithubUserAccountAmazing/HashCheck
check and verify the SHA256 of a excel file before running vba
Language: AutoHotkey - Size: 203 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

nishant-kumarr/URL-Trimmer
Introducing a secure, unlimited URL shortening service, meticulously designed by cybersecurity engineer to shorten your links without limit.
Language: PHP - Size: 368 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

LemonPepperSeasoning/Hasher
iOS App: SHA-256 Hash collision computer
Language: Swift - Size: 293 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

barrettotte/BTC-Hash
Learning about the bitcoin hashing and SHA-256 algorithms.
Language: C - Size: 88.9 KB - Last synced at: 20 days ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

imahjoub/hash_sha256
C++ implementation of SHA-256 (header-only)
Language: C++ - Size: 211 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 7 - Forks: 2

sam-mg/Python-SHA-256-Implementation
This repository contains a Python implementation of the SHA-256 algorithm.
Language: Python - Size: 29.3 KB - Last synced at: 10 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

cisagov/ioc-scanner
Search a filesystem for indicators of compromise (IoC).
Language: Python - Size: 903 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 69 - Forks: 10

jesusgraterol/aes256-async
The aes256-async package allows developers to easily encrypt and decrypt data by making use of the AES-256 specification. It exposes syncrhonous and asynchronous functions to avoid blocking the main thread. Moreover, the secret can be of any size because it is hashed using the Secure Hash Algorithm 2 (SHA-256).
Language: TypeScript - Size: 128 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RushikeshGhuge-19/Blockchain_Django
A secure Blockchain-Based Voting System built with Django. It records votes on a custom blockchain for transparency and integrity, featuring user authentication, candidate management, and real-time vote tallying. The backend uses Django, with SQLite for data storage.
Language: Python - Size: 40 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

torinriley/Blockchain
Blockchain implemented from scratch
Language: Python - Size: 7.81 KB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

davFaithid/bytebuilder
Reconstruct files from a SHA-256 hash (other hashes to be implemented)
Language: Python - Size: 28.3 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

dsaves/SHA-256
An SHA-256 module implementation in VHDL. Based on NIST FIPS 180-4.
Language: VHDL - Size: 769 KB - Last synced at: about 17 hours ago - Pushed at: over 5 years ago - Stars: 15 - Forks: 8

paramdesai321/BlockchainforMedicalConsultation
Using Blockchain with ECDSA to make a secure Decentralized Medical Consultation Platform between Doctors and patients
Language: Java - Size: 543 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

paulchen2713/SHA2
Secure Hash Algorithm 2 with SHA256 and SHA512
Language: MATLAB - Size: 49.8 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

sahal-mulki/easy_pass
A library for handling passwords and hashes
Language: Python - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

omgbbqhaxx/cloudbankproject
Cloudbank project p2p digital currency with python3
Language: JavaScript - Size: 579 KB - Last synced at: 28 days ago - Pushed at: almost 3 years ago - Stars: 31 - Forks: 11

Miiraak/ChecksumCheck
Windows app for checksum check or calculation. MD5 / SHA-1 / SHA-256 and SHA-512.
Language: C# - Size: 30.3 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

OlimilO1402/Crypt_Hash
50 years of hashing, CRC32, MD5, SHA, SHA-256
Language: Visual Basic 6.0 - Size: 1.37 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 2

JARVIS-AI/CheckSummer-PyGUITK
Language: Python - Size: 365 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Pirate-Emperor/Enigma
Enigma is a Java-based cryptographic system that integrates symmetric (AES, DES, Blowfish), asymmetric (Diffie-Hellman, RSA, DSA), and hashing algorithms (MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512). It ensures data confidentiality, integrity, and authentication with modern cryptographic standards.
Language: Java - Size: 2.62 MB - Last synced at: 29 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

AndryRafam/Shadow
Linux command line interface encryption program (encrypting / decrypting files, or folders) using AES-256-GCM (Galois Counter Mode) as an encryption algorithm and SHA-256 as HKDF (Key Derivation Function based on HMAC).
Language: C++ - Size: 20.8 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

wp-xyz/HashMe
Calculates popular hash sums for specified files
Language: Pascal - Size: 768 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 3

alessandroCassani/VaxCenter_B
VaxCenter has as its primary purpose the monitoring of the number of vaccination centers present on the Italian territory, as well as the count and identification of people who have been vaccinated both in terms of which vaccine they have received, and to which center they went to obtain the administration. In addition, citizens are allowed to regi
Language: HTML - Size: 17.8 MB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

elaramendes/integrity-checker
I'm learning about hashing and the importance of checking file integrity.
Language: Python - Size: 3.91 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Aetherinox/xsum-hash-utility
Program for Windows which helps you generate, verify, and sign hash digests for your project using GPG integration. Supports algorithms such as SHA-2, SHA-3, CRC, Blake2b, Blake2s, etc.
Language: C# - Size: 5.55 MB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

sanjay-sol/sha256-implementation
SHA256 Implementation written in Go.
Language: Go - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

kernaleu/kchat
kChat or Kernal Chat is a functional chat-room server that you can connect using netcat, telnet or any TCP client. (mirror)
Language: C - Size: 133 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

skeeto/enchive
Encrypted personal archives
Language: C - Size: 169 KB - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 631 - Forks: 51

katahiromz/MSha256
SHA-256 hash generator in C++11
Language: C++ - Size: 12.7 KB - Last synced at: 2 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

StanleyStanMarsh/FolderWatcher
Программа на Qt для отслеживания изменения в директориях. The program for tracking changes in directories.
Language: C++ - Size: 194 KB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 11 - Forks: 0

mpaland/mipher
Mobile Cipher library written in clean TypeScript
Language: TypeScript - Size: 1.74 MB - Last synced at: 4 days ago - Pushed at: almost 7 years ago - Stars: 21 - Forks: 5

164adityakumar/SHA-256_Implementation
SHA-2 (Secure Hash Algorithm 2), which includes SHA-256, is among the most widely used hashing algorithms today
Language: Verilog - Size: 11.7 KB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Ghosts6/Hashing_methods
This repositorie is about hashing and different hashing method
Language: Python - Size: 433 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

feross/simple-sha256
Generate SHA-256 hashes (in Node and the Browser)
Language: JavaScript - Size: 8.79 KB - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 49 - Forks: 3

Huucat/DEMO
一些随手写的小Demo
Language: TypeScript - Size: 21.5 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

msio808/quizbit
My CS50x final project | CLI based quiz game written in C
Language: C - Size: 8.79 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

NatanTezare/ATM-machine
This is a simple ATM system implemented in Python. The application allows users to perform basic banking operations including checking their balance, depositing money, withdrawing funds, viewing transaction history, and changing their PIN. The system uses hashing to securely store and verify PINs. Transaction records are maintained with timestamps.
Language: Python - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

sectool/Python-Text-Encoding-Software
Python - Text Encoding Software
Language: Python - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 2

Sahil-4555/Secure_Hash_Algorithm-SHA256
SHA-256 is a cryptographic hash function that generates a 256-bit (32-byte) hash value. It is widely used to ensure data integrity and security by creating a unique digital fingerprint for a given input, making it highly resistant to tampering or duplication.
Language: Go - Size: 6.84 KB - Last synced at: 17 days ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

ritvic/Image-Steganography
Encoded the encrypted messages in carriers such as images, audio files, etc. Message was encrypted using AES and the key is standardized using SHA-256. Used python to encrypt each 1-byte data into 3 pixels containing RGB values each to create an image
Language: Jupyter Notebook - Size: 11.4 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

QuantaScriptor/Blockchain-Based-Identity-Verification-BBIV
Blockchain-Based Identity Verification (BBIV) is a blockchain algorithm designed for secure and decentralized identity verification.
Language: Python - Size: 21.5 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

JustinTArthur/apoclypsebm
The ApoCLypse Bitcoin Miner
Language: Python - Size: 380 KB - Last synced at: 9 months ago - Pushed at: almost 5 years ago - Stars: 16 - Forks: 5

AjayBadrinath/Cryptography
🔐 Collection Of Various Implementations Of Cryptographic Algorithms From Scratch In Various Languages
Language: C - Size: 264 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 1

TheCodeRail/Learning-Managment-System
Language: JavaScript - Size: 369 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 1

vstoykovbg/mnemonic-hashes
Hashes in different formats: BIP39 mnemonic, RFC1751 mnemonic, hexadecimal, Base64, Base62, Base58Check.
Language: Python - Size: 10.7 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

Jhantu420/Data-Security-on-health-care
My final year project focused on secure storage and secure access through indexing
Language: JavaScript - Size: 8.31 MB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Siddheshk02/securely
A CLI tool for sharing files safely
Language: Go - Size: 21.1 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

abtarim/Secure-Hash-Functions
Kriptografik Özet Fonksiyonlarının C# Programlama dili kodları. / C# Programming language codes of Cryptographic Digest Functions.
Language: C# - Size: 33.2 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

leventkaragol/libcpp-crypto
Easy-to-use, symmetric (AES-256) and asymmetric (RSA) encryption and also hash (SHA-256) library for C++ (17+)
Language: C++ - Size: 86.9 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Young-TW/sfrm
same file remover
Language: Rust - Size: 6.84 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Harish-Balaji-B/Password-Manager
In developing a secure client-server model, we implement the Advanced Encryption Standard (AES) and a hashing algorithm from scratch. The AES implementation includes key expansion, key-mixing operations, and secure modes like Cipher Block Chaining (CBC). For hashing, we choose SHA-256 and ensure its resistant to common cryptographic attacks.
Language: Python - Size: 221 KB - Last synced at: 27 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

zlociu/SHA.NET
SHA implementation in C#
Language: C# - Size: 60.5 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

JohnnyC0rp/RSA-encrypted-cmd-chat-room
This chat room on python is working from cmd, it supports rsa asymmetric encryption and basic features like kicking, blocking, banning users, transferring files etc. For secure filetranfer sha256 hashing is implemented
Language: Python - Size: 11.7 KB - Last synced at: 6 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0
