SecureRandom
Simple semi-secure random string generation for golang
Install / Use
/learn @myENA/SecureRandomREADME
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
healthcheck
347.2kHost security hardening and risk-tolerance configuration for OpenClaw deployments
node-connect
347.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
347.2kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
prose
347.2kOpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
