Skip to content

Katsaros/convert-plaintext-to-hash-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert-plaintext-to-hash-code

You can select one of the hashing algorithms and generate a hashed version of your plaintext password.

Requirements

A webserver with apache/nginx and php installed. Upload it and open localhost/index.php in a browser.

Hashing Algorithms

  • md2
  • md4
  • md5
  • sha1
  • sha224
  • sha256
  • sha512/224
  • sha512/256
  • sha512
  • sha3-224
  • sha3-256
  • sha3-384
  • sha3-512
  • ripemd128
  • ripemd160
  • ripemd256
  • ripemd320
  • whirlpool
  • tiger128,3
  • tiger160,3
  • tiger192,3
  • tiger128,4
  • tiger160,4
  • tiger192,4
  • snefru
  • snefru256
  • gost
  • gost-crypto
  • adler32
  • crc32
  • crc32b
  • fnv132
  • fnv1a32
  • fnv164
  • fnv1a64
  • joaat
  • haval128,3
  • haval160,3
  • haval192,3
  • haval224,3
  • haval256,3
  • haval128,4
  • haval160,4
  • haval192,4
  • haval224,4
  • haval256,4
  • haval128,5
  • haval160,5
  • haval192,5
  • haval224,5
  • haval256,5

Attention

None of these algorithms should ever be used for hashing passwords. Password_hash and password_verify are the only way you should be hasing and verifying passwords in PHP today.

Contributing

  1. Star it
  2. Fork it (https://github.com/Katsaros/Wordpress-Greek-Coronavirus-Stats/fork)
  3. Create your feature branch (git checkout -b feature/fooBar)
  4. Commit your changes (git commit -am 'Add newFeature')
  5. Push to the branch (git push origin feature/newFeature)
  6. Create a new Pull Request

About

Convert easy plaintext to hashcode using a simple dropdown option.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published