awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ElminsterAU avatar

ElminsterAU/tforgeFork

0
View on GitHub↗
1 star·2 forks·Pascal·Apache-2.0·12 views

Tforge

Delphi Cryptography Library

Features

  • Encryption and Hashing - Open-source cryptographic library compatible with multiple compilers.

Star history

Star history chart for elminsterau/tforgeStar history chart for elminsterau/tforge

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Tforge

These projects share indexed features with Tforge. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ciphey/cipheyciphey avatar

    ciphey/ciphey

    21,453View on GitHub↗

    Ciphey is an automated decryption tool and cryptographic analysis framework designed to identify and reverse encryptions, encodings, and hashes without requiring a known key or cipher. It functions as a hash cracking engine and a heuristic cipher identifier to recover original plaintext from unknown data patterns. The project features a nested encoding resolver that iteratively unwraps multiple layers of encryption and encoding until readable text is reached. It employs a heuristic cryptanalysis workflow to analyze data characteristics and guess the likely encoding scheme or encryption method

    Rust
    View on GitHub↗21,453
  • ldqk/masuit.toolsldqk avatar

    ldqk/Masuit.Tools

    6,182View on GitHub↗

    Masuit.Tools is a comprehensive static utility library for .NET and ASP.NET Core development. It provides a broad collection of reusable helper methods and infrastructure components that cover common programming tasks without requiring dependency injection or instance management. The library is organized as flat utility classes, making its functionality directly accessible from anywhere in a project. The toolkit distinguishes itself through a wide range of integrated capabilities that go beyond typical utility libraries. It includes a multithreaded range-request file downloader with pause and

    C#datetimeencryptionexcel
    View on GitHub↗6,182
  • programthink/opensourceprogramthink avatar

    programthink/opensource

    5,117View on GitHub↗

    This project is an open source discovery resource that provides curated lists of reusable code and libraries to help developers find technical solutions for specific tasks. It utilizes a category-based indexing system to organize diverse software tools by their functional capabilities. The repository is structured as a collection of markdown-based documentation and static content, serving as a directory for manual discovery and reference. The directory covers a wide range of capability areas, including cross-platform application development, cybersecurity tool creation, network protocol impl

    View on GitHub↗5,117
  • jackdp/librhash4pjackdp avatar

    jackdp/LibRHash4P

    9View on GitHub↗

    RHash is a console application for calculating various check- and hashsums, including CRC32, CRC32C, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, DC++ TTH, BitTorrent BTIH, Tiger, GOST R 34.11-94, GOST R 34.11-2012, RIPEMD-160, HAS-160, EDON-R, and Whirlpool. RHash is written in C and is…

    Pascal
    View on GitHub↗9
Compare all 14 related projects→

Frequently asked questions

What does elminsterau/tforge do?

Delphi Cryptography Library

What are the main features of elminsterau/tforge?

The main features of elminsterau/tforge are: Encryption and Hashing.

Which projects share features with elminsterau/tforge?

Projects with overlapping indexed features include: ldqk/masuit.tools — Masuit.Tools is a comprehensive static utility library for .NET and ASP.NET Core development. It provides a broad… ciphey/ciphey — Ciphey is an automated decryption tool and cryptographic analysis framework designed to identify and reverse… programthink/opensource — This project is an open source discovery resource that provides curated lists of reusable code and libraries to help… jackdp/librhash4p — RHash is a console application for calculating various check- and hashsums, including CRC32, CRC32C, MD4, MD5, SHA1,… mhumm/delphiencryptioncompendium — DEC is a library for Embarcadero Delphi, containing different cryptographic algorithms. It contains algorithms for… evpobr/dcpcrypt2.