Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 797 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 797 Bytes

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"