-
Updated
Mar 26, 2021 - C
hash
Here are 1,840 public repositories matching this topic...
-
Updated
Mar 28, 2021 - PHP
ES5 compatibility
While the README states that Hashids is ES5 compatible (https://github.com/niieani/hashids.js#use-as-global-in-the-browser-wherever-es5-is-supported-5kb), the library does not work in IE 11. IE 11, in my understanding, is almost ES5 compatible, enough so that I would expect Hashids to work in it.
The first error IE 11 throws is that it does not support Array.from. This method was introduce
-
Updated
Mar 15, 2021 - TypeScript
-
Updated
Nov 2, 2019 - C++
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Mar 27, 2021 - YARA
-
Updated
Mar 15, 2021 - C++
-
Updated
Jan 8, 2021 - C++
-
Updated
Oct 6, 2020 - Python
-
Updated
Mar 21, 2021 - Python
-
Updated
Mar 18, 2021 - C++
-
Updated
Mar 25, 2021 - PHP
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Mar 25, 2021 - C++
Turn all the DataClass's in this file:
https://github.com/HashPals/Name-That-Hash/blob/main/name_that_hash/hashes.py
Into JSON with this format:
https://github.com/psypanda/hashID/blob/master/prototypes.json
Please submit a PR to the repo with your script :)
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Feb 15, 2021 - C
-
Updated
Mar 28, 2021 - Python
-
Updated
Sep 21, 2020 - C
Improve this page
Add a description, image, and links to the hash topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hash topic, visit your repo's landing page and select "manage topics."
Our users are often confused by the output from programs such as zip2john sometimes being very large (multi-gigabyte). Maybe we should identify and enhance these programs to output a message to stderr to explain to users that it's normal for the output to be very large - maybe always or maybe only when the output size is above a threshold (e.g., 1 million bytes?)