Skip to content

jackharrhy/DUaaS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DUaaSDev Urandom as a Service

/dev/urandom as a service

a selection of GET /ecoji/1000 displayed in a browser

GET /binary

read and return 128 lines from /dev/urandom as binary formatted as a string

GET /binary/<usize>

read and return <usize> number of lines from /dev/urandom as binary formatted as a string

GET /base64

read and return 128 lines from /dev/urandom as base64

GET /base64/<usize>

read and return <usize> number of lines from /dev/urandom as base64

GET /ecoji

read and return 128 lines from /dev/urandom as base64, interpreted as emoji using ecoji

GET /ecoji/<usize>

read and return <usize> number of lines from /dev/urandom as base64 interpreted as emoji using ecoji"

About

/dev/urandom as a service, via rust

Resources

Stars

Watchers

Forks

Packages

No packages published