passderiver

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

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

Go to latest
Published: Dec 29, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Packet passderiver derives passwords instead of storing them. The password will always contain at least a digit a lowercase and an uppercase alpha rune and a symbol. All characters are utf8. Password length can be chosen from 8 to 21 characters. Renewing passwords for the same website can be done chosing a different num.

Index

Constants

View Source
const (
	DIGIT randomelement
	UPPER
	LOWER
	SYMBOL
)
View Source
const SYMBOLS string = "#$%&()+,-./:;<=>?@[]^_{}"

Variables

This section is empty.

Functions

func Derive

func Derive(userkey []byte, site string, num, length int) string

Derive returns the coded password.

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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