Giter Site home page Giter Site logo

passwordgen_hashcalc's Introduction

PasswordGen_HashCalc

Utility to generate passwords and to compute hashes on files and text.

This is written in C# and .NET 4.5.2 using VS 2015
It uses the Bouncy Castle library for certain crypto functions.
https://www.bouncycastle.org/csharp/index.html
http://www.bouncycastle.org/license.html

This works under Linux using mono. Tested on Fedora 26.

This utility has the ability to generate variable length passwords using several different character sets:

PASSWORD_LCASE "abcdefgijkmnopqrstwxyz"
PASSWORD_UCASE "ABCDEFGHJKLMNPQRSTWXYZ"
PASSWORD_NUMERIC "23456789"
PASSWORD_SPECIAL "*$-+?_&=!%{}/"
PASSWORD_ADDITIONAL "IO10"
PASSWORD_HEX_LCASE "abcdef0123456789"
PASSWORD_HEX_UCASE "ABCDEF0123456789"

You can use individual groups or mix and match to suit your needs. The regular sets do not include the characters I,O,1 or 0 to avoid cunfusion. Add those characters in by using the Additional set.

You can also generate xkcd (https://xkcd.com/936/) passphrases of variable length. It selects from a list of 109583 English words to create your passphrase. You can add additional words to the list with any text editor.

It can also compute hashes for both files and text. It can compute MD5, SHA1, SHA256, SHA512, Gost, RipeMD128, RipeMD160, RipeMD256, RipeMD320, Tiger and Whirlpool. If you paste a hash into compare box, it will compare it against the generated hashes to see if there is a match.

This uses the MS hash functions for MD5 and SHAx generation. The MS functions are MUCH faster than the Bouncy Castle algorithms on large files.

passwordgen_hashcalc's People

Contributors

cdurbin1970 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.