Showing 51 open source projects for "hash string"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1

    HashOR

    HashOR is used to create 84 hashes of a string or file.

    HashOR can create 84 hashes from data or file input. It also can create a TTH and AICH.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ardb

    Ardb

    A redis protocol compatible nosql, it support multiple storage engines

    ...Most redis commands are supported, and a few new commands. Ardb commands VS Redis Commands. Multi storage engines supported. RocksDB, LevelDB, LMDB, WiredTiger, PerconaFT, ForestDB. Multi data structure types supported, String, List, Set, Sorted Set, Hash, Bitmap(String), HyperLogLog(String), 2D Spatial Index(Sorted Set), Stream. Replication compatible with Redis 2.6/2.8. Ardb instance work as slave of Redis 2.6/2.8+ instance. Arab instance work as master of Redis 2.6/2.8+ instance. Ardb instance work as slave of Ardb instance. Auto failover support by redis-sentinel. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    rubycollect4j

    Ruby Collections for Java

    The rubycollect4j implements all methods refer to Ruby Array, Hash and Enumerable. For further info, please visit http://ruby-doc.org website. For more documentation, please read JavaDoc. With Java 8: // Sort the characters by its frequency based on the word 'Mississippi' case-insensitively RubyArray<String> word = ra("Mississippi".split("(?!^)")); String result = word.map((c) -> { return c.toLowerCase(); }).sortBy((c) -> { return word.count(c); }).uniq().join(); p(result); // "mpis" With Java 6: // Sort the characters by its frequency based on the word 'Mississippi' case-insensitively final RubyArray<String> word = newRubyArray("Mississippi".split("(?!...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    CyberCrypt

    .NET Library for Encryption/Decryption

    ..._AES256.EncryptFile("C:\example.txt", "YourPassword") Decrypting file using AES (256 bits): CyberCrypt._AES256.DecryptFile("C:\example.txt", "YourPassword") Hashing string using SHA512: CyberCrypt._SHA.SHA512Hash("A string that will be converted to SHA512 hash.")
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    libhash

    libhash

    Thread safe hash library

    A hash table library that can store binary data. It is thread safe and you can use as many hash tables in your program as you wish because each has its own context. You can drop items from the hash table and can expire items that have become too old. String keys are default, but with your own comparison routine you can use binary or specialty keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SHA-512 class

    SHA-512. The popular crypto hash function.

    ...SHAtwoLinkDBs() HashText() HashData() GetDigest() SetTotalRounds() SHAtwoLinkDBs() You must provide your class name to this macro. This will copy initialization vectors into your specific class. Allows declaration of multiple instances. HashText() This expects a c-style string as an argument. Your string must fit in memory, and be less than 4.2 GB. HashData() Expects an array of unsigned bytes and a specified size. Your data must fit in memory, and be less than 4.2 GB. GetDigest() The digest will be copied into your array.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MD5Sum-gui

    MD5Sum-gui

    MD5sum is an utility that calculates 128-bit MD5 hash

    MD5sum is a little utility that helps you to calculate 128-bit MD5 hashes for a given string, as described in RFC 1321.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    md5Crack

    md5Crack

    MD5 Hash Cracker

    A lightweight MD5 hash cracker that uses permutations and will generate every possible string until the hash is cracked.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    PassWordFromHash

    Program generates passwords from hash, not from random numbers.

    Algorithm: 1. Concatenate "User", "Resource", "Master password" (yes, it is correct order!) to one string. 2. Calculate RIPEMD-160 hash of that string. 3. Convert hash to big number (from 0 to 2^160 - 1). 4. Translate number to 62-sign numeral system. 5. Each digit is represented as char 0-9, A-Z, a-z. 6. So, we get a password! Length is not more than 28 letters, because 62^28 is greater than 2^160. If you have coding experience, please check program correctness and help me improve GUI. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10
    Hash Calculator

    Hash Calculator

    MD5/SHA1 file and string hash calculator

    Hash Calculator is a small tool to calculate hash values from files and string input. Only md5 and sha1 supported at the moment. Option to export hash results to a text file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Ajax Chat

    Chat application using MySQL, PHP and Javascript

    This web application will allow anyone to register using a first and last name and then once logged in it shows the user a list of people that are logged in right now. If they click user 2's name it pops up accept or cancel buttons for user 2. Once they click accept a chat box appears instead of the list of users you can chat with. It only allows you to chat with 1 person at a time. Later we could allow you to chat with more than 1 person in a chat box or more than 1 chat box at a time like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    String Hash Calculator

    String Hash Calculator Calculates the MD5,SHA1,MD2 and MD4 Hash

    String Hash Calculator is able to calculates the MD5,SHA1,MD2 and MD4 Hash of a string. The String Hash Calculator does not require any .NET framework or Java it only requires Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    chksm-chkfile

    chksm-chkfile

    Windows MD5/SHA-1/SHA-256 file hashes calculator.

    Calculate MD5, SHA-1, SHA-256 checksum hashes from a specific file, and compare these values with a given string. Accept one filename as parameter. Functionalities : - automatically retrieve text from Windows clipboard and compare it. - 32 & 64 bits windows platforms supported - Installation (Add to file context menu) - Uninstallation Requirements: - Microsfot .NET Framework 2.0 Files: chksm-chkfile.exe MD5: c0b7761deeb7d7dc45aa04726309d4ca SHA1:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Advance MD5 Checksum

    Advance MD5 Checksum

    This software allows users to generate the MD5 and SHA Hash Checksum.

    Advance MD5 Checksum Tool is an application designed to allows users to generate the file checksum (MD5/SHA Hash) of any file or string. It can also be useful to check if an executable file is legit, in other words, if it is the official release from the offical author. Hashes supported are: MD5, SHA1, SHA256, SHA384 and SHA512. It is possible to scan all files of a folder with subfolders selectable (Recursive) and create a report with file checksum (MD5/SHA1) of all files with filename and file size. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    The current Operational Platform Service

    A VB.NET DLL File for Developers

    Includes hash string functions, retrieve screen ratio, MD5 Verification, a detailed error console. And even a serial number system. Just include the DLL in your project, Import it and use as you please. If you make any additions or clean ups to the source, I will gladly add the compiled version and your source to the project page! All developers welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    I Have The Power

    I Have The Power

    GUI for illustrating the mathematics of large hash algorithms

    A cross platform (Windows\Linux) graphical interface for demonstrating the numerical enormity of large hash algorithms like MD5 (128 bits), SHA1 (160 bits), SHA256 (256 bits) and SHA512 (512 bits). Useful for demonstrations to non-technical audiences such as jury panels, school children, students and so on by converting the scientific notation of the algorithm to "1 in 340 billion....".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    c common functions library extracted from my open source projects FastDFS and FastDHT. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    OpenHash is a desktop application for .NET which uses the "OpenSSL .NET" managed wrapper for OpenSSL from Frank Laub (also on SourceForge) to produce the cryptographic hash value for a string or any file using any of the hash functions from OpenSSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    jLikeRuby
    Java facades in Ruby style. You can use many ruby methods (first, each, join, collect, deleteIf..) for basic classes (Array, String, Hash...). These Java methods work as in Ruby. About 60% of code coverage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ANts P2P
    ANts P2P realizes a third generation P2P net. It protects your privacy while you are connected and makes you not trackable, hiding your identity (ip) and crypting everything you are sending/receiving from others.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    webdevlib is a open source project for develop web applications, it include general api for web develop, such as string, array, hash, cgi get and post, and template file operate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MUSASH provides a utility to digest text, file and a byte char. It also able to compare two files, compare file, text and char to a hash. It also allows user to search for a string that evaluates to a hash given. Supported algo: MD5, SHA1 and SHA2 family
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    KIside is a message digest computing and displaying tool. It computes and shows the hash code of any file as a string of hexadecimal numbers. KIside implements standard algorithms such as MD4, MD5, SHA1, SHA256, SHA384, SHA512, TIGER, RIPEMD160.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Libtc is a collection of useful things. It currently includes a linked list, hash table, binary tree, configuration file parser, some string utilities, plus some functions often missing on some systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    efficient C library of common containers, (dynamic array, hash tables and strings)
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB