Skip to content
#

hash

Here are 2,214 public repositories matching this topic...

solardiz
solardiz commented Jan 31, 2022

As reported in #5028 and https://huntr.dev/bounties/315d2d54-6ae4-47a1-a6ff-84fea6cb7d01/ by @michaellrowley with assistance of @JamieSlome and @huntr-helper (how many engineers does it take to get a one-liner fix in, and how ridiculous can a bug disclosure process become):

NULL Pointer Dereference in openwall/john
Unverified

Reported on

Jan 28th 2022
Description

John The Ripper

Captfencoder is a rapid cross platform network security tool suite, providing network security related code conversion, classical cryptography, cryptography, asymmetric encryption, miscellaneous tools, and aggregating all kinds of online tools.

  • Updated Jan 18, 2022
  • JavaScript
ivan-pi
ivan-pi commented Apr 23, 2021

Description

A function to pad a string with zeros or another symbol to a given width could be helpful in many cases, especially together with the to_string() function for integer to string conversion.

Currently available methods to achieve this are using concatenation

width = 32
str = "hello"
padded_str = repeat('0',width-len(str)')//str

and perhaps also internal file I/O

Improve this page

Add a description, image, and links to the hash topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hash topic, visit your repo's landing page and select "manage topics."

Learn more