hash

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2020 License: AGPL-3.0 Imports: 4 Imported by: 0

README

hash

Pacchetto per la generazione e verifica dei codici dei libri.

Funzionamento

password: base64_urlsafe(4 byte per il codice del libro e 16 per la password effettiva) hash: base64(sha256(password effettiva))

Funzioni

func Verifica(pass string) (db.Libro, error)
func Genera(codice uint32) (string, error)

Documentation

Overview

Pacchetto per la generazione e verifica dei codici dei libri.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Genera

func Genera(codice uint32) (string, error)

func Verifica

func Verifica(pass string) (db.Libro, error)

Types

type ErrHash

type ErrHash struct{}

func (ErrHash) Error

func (e ErrHash) Error() string

Jump to

Keyboard shortcuts

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