All Projects → chinaran → Compute-file-or-string-md5

chinaran / Compute-file-or-string-md5

Licence: Apache-2.0 license
Compute md5 value of file or string.

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Compute-file-or-string-md5

Pure lua sha
SHA1, SHA2 and SHA3 functions written in pure Lua and optimized for speed
Stars: ✭ 78 (-29.73%)
Mutual labels:  md5
Myutils
🙏 提供时间轴转星座|生肖工具、系统存储空间获取工具、文件大小格式化工具、获取指定文件大小工具、AES加密解码工具(支持android端平台加密解密,java端和android端相互加密解密)、SharePreference操作工具、 File文件操作工具、日期获取和计算工具、界面跳转Intent操作工具、字符串验证和数值转换操作工具、手机震动工具、系统资源操作工具、网络检测工具、 wifi操作工具、单位换算工具、zip压缩和解压操作工具、XML解析操作工具(只支持几种指定格式)、图片加载和处理工具,数据库操作(增删改查)工具、Base64编码解码工具、MD5加密工具。
Stars: ✭ 130 (+17.12%)
Mutual labels:  md5
Rufus
The Reliable USB Formatting Utility
Stars: ✭ 16,917 (+15140.54%)
Mutual labels:  md5
Hashcobra
HashCobra Hash Cracking tool.
Stars: ✭ 96 (-13.51%)
Mutual labels:  md5
Merkle
Node.js module implementing Merkle tree algorithm
Stars: ✭ 123 (+10.81%)
Mutual labels:  md5
Gtkhash
A cross-platform desktop utility for computing message digests or checksums
Stars: ✭ 167 (+50.45%)
Mutual labels:  md5
Md5 Simd
Accelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel.
Stars: ✭ 71 (-36.04%)
Mutual labels:  md5
crypto.js
base on crypto module
Stars: ✭ 13 (-88.29%)
Mutual labels:  md5
Webpack Plugin Hash Output
Plugin to replace webpack chunkhash with an md5 hash of the final file conent.
Stars: ✭ 128 (+15.32%)
Mutual labels:  md5
Encrypt Body Spring Boot Starter
(停止维护,替代品搜索:https://github.com/search?l=Java&q=encrypt&type=Repositories )SpringBoot控制器统一的响应体加密与请求体解密的注解处理方式,支持MD5/SHA/AES/DES/RSA
Stars: ✭ 198 (+78.38%)
Mutual labels:  md5
Deta cache
缓存cache服务器
Stars: ✭ 106 (-4.5%)
Mutual labels:  md5
Scorch
Silent CORruption CHecker and filesystem audit tool
Stars: ✭ 113 (+1.8%)
Mutual labels:  md5
Swifthash
🍕 MD5 in pure Swift
Stars: ✭ 182 (+63.96%)
Mutual labels:  md5
Blooddy crypto
ActionScript (AS3) library for processing binary data. This library contains MD5, SHA-1, SHA-2 ( SHA-224 и SHA-256 ), Base64, CRC32 algorithms, JSON encoder & decoder as well as PNG and JPEG encoders.
Stars: ✭ 83 (-25.23%)
Mutual labels:  md5
Wjcryptlib
Public Domain C Library of Cryptographic functions. Including: MD5, SHA1, SHA256, SHA512, RC4, AES, AES-CTR, AES-OFB, AES-CBC
Stars: ✭ 250 (+125.23%)
Mutual labels:  md5
Pwcrack Framework
Password Crack Framework
Stars: ✭ 72 (-35.14%)
Mutual labels:  md5
Distributed Password Cracking
Borrow CPU cycles from visitor's web browsers to crack MD5 password hashes 😲
Stars: ✭ 136 (+22.52%)
Mutual labels:  md5
BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (-55.86%)
Mutual labels:  md5
md5-extension-attack
MD5长度扩展攻击
Stars: ✭ 36 (-67.57%)
Mutual labels:  md5
Dcipher Cli
🔓Crack hashes using online rainbow & lookup table attack services, right from your terminal.
Stars: ✭ 193 (+73.87%)
Mutual labels:  md5

Compute-file-or-string-md5 - C

Compute md5 value of file or string.

Try the following:

$ gcc main_md5.c md5.c -Wall -o md5_test

$ ./md5_test

// you may get following:

[file - md5.c] md5 value:

2a2caf52cb298f177a57a3211213e141

[string - [email protected]] md5 value:

84701974fb98315895e3ed9053a0b389

// and you can check by md5sum

$ md5sum md5.c

2a2caf52cb298f177a57a3211213e141 md5.c

// Last: 16-digit md5 is the middle of 32-digit md5

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].