All Projects → onmyway133 → Swifthash

onmyway133 / Swifthash

Licence: other
🍕 MD5 in pure Swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Swifthash

Gtkhash
A cross-platform desktop utility for computing message digests or checksums
Stars: ✭ 167 (-8.24%)
Mutual labels:  hash, md5
MD5-Hash-Changer
C# Application to Change MD5 Hash of any file
Stars: ✭ 111 (-39.01%)
Mutual labels:  hash, md5
BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (-73.08%)
Mutual labels:  hash, md5
fhash
fHash - an open source files hash calculator for Windows and macOS
Stars: ✭ 222 (+21.98%)
Mutual labels:  hash, md5
Openhashtab
📝 File hashing and checking shell extension
Stars: ✭ 599 (+229.12%)
Mutual labels:  hash, md5
Webpack Plugin Hash Output
Plugin to replace webpack chunkhash with an md5 hash of the final file conent.
Stars: ✭ 128 (-29.67%)
Mutual labels:  hash, md5
Merkle
Node.js module implementing Merkle tree algorithm
Stars: ✭ 123 (-32.42%)
Mutual labels:  hash, md5
Dcipher Cli
🔓Crack hashes using online rainbow & lookup table attack services, right from your terminal.
Stars: ✭ 193 (+6.04%)
Mutual labels:  hash, md5
MalwareHashDB
Malware hashes for open source projects.
Stars: ✭ 31 (-82.97%)
Mutual labels:  hash, md5
hash-wasm
Lightning fast hash functions using hand-tuned WebAssembly binaries
Stars: ✭ 382 (+109.89%)
Mutual labels:  hash, md5
hash-checker
Fast and simple application that allows you to generate and compare hashes from files and text
Stars: ✭ 72 (-60.44%)
Mutual labels:  hash, md5
Digestif
Simple hash algorithms in OCaml
Stars: ✭ 69 (-62.09%)
Mutual labels:  hash, md5
Hash Buster
Crack hashes in seconds.
Stars: ✭ 981 (+439.01%)
Mutual labels:  hash, md5
Hashcobra
HashCobra Hash Cracking tool.
Stars: ✭ 96 (-47.25%)
Mutual labels:  hash, md5
Imagehash
🌄 Perceptual image hashing for PHP
Stars: ✭ 1,744 (+858.24%)
Mutual labels:  hash
Dagon
Advanced Hash Manipulation
Stars: ✭ 155 (-14.84%)
Mutual labels:  hash
Myutils
🙏 提供时间轴转星座|生肖工具、系统存储空间获取工具、文件大小格式化工具、获取指定文件大小工具、AES加密解码工具(支持android端平台加密解密,java端和android端相互加密解密)、SharePreference操作工具、 File文件操作工具、日期获取和计算工具、界面跳转Intent操作工具、字符串验证和数值转换操作工具、手机震动工具、系统资源操作工具、网络检测工具、 wifi操作工具、单位换算工具、zip压缩和解压操作工具、XML解析操作工具(只支持几种指定格式)、图片加载和处理工具,数据库操作(增删改查)工具、Base64编码解码工具、MD5加密工具。
Stars: ✭ 130 (-28.57%)
Mutual labels:  md5
Pytorch deephash
Pytorch implementation of Deep Learning of Binary Hash Codes for Fast Image Retrieval, CVPRW 2015
Stars: ✭ 148 (-18.68%)
Mutual labels:  hash
Password4j
Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions.
Stars: ✭ 124 (-31.87%)
Mutual labels:  hash
Codetective
a tool to determine the crypto/encoding algorithm used according to traces from its representation
Stars: ✭ 121 (-33.52%)
Mutual labels:  hash

SwiftHash

❤️ Support my app ❤️

❤️❤️😇😍🤘❤️❤️

Hash in Swift

CI Status Version Carthage Compatible License Platform

MD5

MD5("https://www.google.com") // 8FFDEFBDEC956B595D257F0AAEEFD623
MD5("https://unsplash.it/600/300/?image=1") // D59E956EBB1BE415970F04EC77F4C875

Installation

CocoaPods

SwiftHash is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SwiftHash'

Carthage

SwiftHash is also available through Carthage. To install just write into your Cartfile:

github "onmyway133/SwiftHash"

Manually

  1. Download and drop /Sources folder in your project.
  2. Congratulations!

Import on your swift file

import SwiftHash 

Author

Khoa Pham, [email protected]

Credit

Contributing

We would love you to contribute to SwiftHash, check the CONTRIBUTING file for more info.

License

SwiftHash is available under the MIT license. See the LICENSE file for more info.

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].