flexice/supers-hash

news hash functions

1.1.3 2019-09-04 21:18 UTC

This package is auto-updated.

Last update: 2024-04-05 07:48:45 UTC


README

composer require flexice/supers-hash
    //Метод для хеширования
    superhash::hash("Строка","Тип хеширования по стандарту default-sha256");

Список типов

  • default-sha256 [64 SYMBOLS]
  • default-md5 [32 SYMBOLS]
  • default-sha512 [128 SYMBOLS]
  • default-gost [64 SYMBOLS]
  • gost-plus [64 SYMBOLS]
  • whirlpool [128 SYMBOLS]
  • struct4 [64 SYMBOLS]
echo superhash::hash("строка","gost-plus");