gsha1

package
v1.16.9 Latest Latest
Warning

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

Go to latest
Published: May 30, 2022 License: MIT Imports: 5 Imported by: 20

Documentation

Overview

Package gsha1 provides useful API for SHA1 encryption algorithms.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Encrypt

func Encrypt(v interface{}) string

Encrypt encrypts any type of variable using SHA1 algorithms. It uses gconv package to convert <v> to its bytes type.

func EncryptFile

func EncryptFile(path string) (encrypt string, err error)

EncryptFile encrypts file content of <path> using SHA1 algorithms.

func MustEncryptFile added in v1.10.1

func MustEncryptFile(path string) string

MustEncryptFile encrypts file content of <path> using SHA1 algorithms. It panics if any error occurs.

Types

This section is empty.

Jump to

Keyboard shortcuts

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