withrsa

package module
v0.0.0-...-ce08b25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2023 License: Unlicense Imports: 1 Imported by: 0

README

The crypto/rsa package uses errors to validate verification of signatures, but you can actually redefine the custom error to be nil!

	rsa.ErrVerification = nil

This will cause most RSA signatures to be accepted as valid even if they aren't.

Example: https://go.dev/play/p/tE27bl2Gs53

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL