Code Monkey home page Code Monkey logo

strando's Introduction

strando

Random string and phrase generator, when you need random values for IDs, usernames, hostnames, passwords, etc.

usage:

strando [-c <complexity>] [-l <length>]

Length is ignored for complexity 0 (two-word phrase) and 4 (UUID).

Default length is 32 characters otherwise.

Complexity Range of Values
0 Generate a two word phrase "adjective-noun"
1 [a-z0-9]
2 [a-zA-Z0-9]
3 [a-zA-Z0-9] and !@#$%^&*()-=_+:;{}[]|,./?><~
4 UUID version 4

examples:

$ strando
tq^W:Yusk2SdY{F]>gpl^1U:k5)$@3wC

$ strando -c 2
k8b2lLCbi01cKFzUkpqklW0QU2PTgmsF

$ strando -c 1
2107l0hsmo4hae03oh2v99bzhny0i8vy

$ strando -c 0
superhuman-resale

$ strando -c 3 -l 8
|x_3LCy<

$ strando -c 2 -l 16
odDYatWMMD9h3pZs

$ strando -c 4
b253d466-b5fb-4fd6-8e9d-8a613134209b

build:

GOOS=linux GOARCH=amd64 go build -o strando

strando's People

Contributors

0x0abc123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.