Skip to content
#

hydra

Here are 244 public repositories matching this topic...

Librechain
Librechain commented Oct 15, 2021

Asking about this since the NSA recently published guidance advising the public and private sectors to transition to cryptographic algorithms that are no less than sha384 & ec384 (elliptic curves).

While Edwards' Curves are different, its worth noting that prior to this update sha256 & secp256k1 were both on the list of acceptable cryptographic algorithms. My deduction was that 128-bit securit

feat help wanted good first issue
lastcrash
lastcrash commented Jan 23, 2021

I testing bruteforce my opencart store.

this is body request:

-----------------------------34237939373614592773956005873
Content-Disposition: form-data; name="username"

^USER^
-----------------------------34237939373614592773956005873
Content-Disposition: form-data; name="password"

^PASS^
-----------------------------34237939373614592773956005873
Content-Disposition: form-dat
Erlemar
Erlemar commented Oct 5, 2020

It is always good to have more options to choose. So it would be a good idea to add more schedulers. The steps are the following:

  • in conf/scheduler add a config for a new scheduler
  • if this scheduler requires some other library, update requirements
  • run tests to check that everything works

Example: https://github.com/Erlemar/pytorch_tempest/blob/master/conf/scheduler/cyclic.yaml
`

enhancement good first issue

Improve this page

Add a description, image, and links to the hydra 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 hydra topic, visit your repo's landing page and select "manage topics."

Learn more