SkillAgentSearch skills...

SecureRandom

Simple semi-secure random string generation for golang

Install / Use

/learn @myENA/SecureRandom
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

secureRandom

Summary

Simple secure random string generation for golang.

Usage

The package provides a single function:

func New(n int) (string, error)

Example

package main

import (
	"fmt"
	srand "github.com/myENA/secureRandom"
)

func main() {
	s, err := srand.New(16)
	fmt.Println(s, err)
}

Please see the code, simple cli in rands and test case for more information.

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated6y ago
Forks2

Languages

Go

Security Score

60/100

Audited on Jan 13, 2020

No findings