x
Did you like it? Well, then please consider making a
donation :)
This small site is a result of a hard-working process of one person. Server and domain have been paid with my own funds. All new feature development occasionally happens in the after-work hours only and driven by its owner's desperate passion. If you do like this site or it has helped you by any means, you can support this resource financially in any possible way you prefer. All funds will be immediately invested in the future support and new feature development. Thank you a lot and May the Force be with you!
PasswordRandom API - Free interaction with our website, through which you can generate passwords, hashes and many more. List of all API methods:
Random
Method | Description | Default params | Plain | Xml | Json |
int | generate random integers | min=0, max=100, count=1, format=plain | sample | sample | sample |
double | generate floating numbers | min=0.0, max=100.0, count=1, format=plain | sample | sample | sample |
char | single char | count=1, format=plain | sample | sample | sample |
char_upper | single upper case char | count=1, format=plain | sample | sample | sample |
char_lower | single lower case char | count=1, format=plain | sample | sample | sample |
guid | guid generator | count=1, format=plain | sample | sample | sample |
password | password generator | count=1, format=plain, scheme=CvvCVN#NNcc | sample | sample | sample |
Other
Method | Description | Default params | Plain | Xml | Json |
ip | get client ip address | format=plain | sample | sample | sample |
useragent | get client useragent | format=plain | sample | sample | sample |
ticks | get date + time ticks from server | format=plain | sample | sample | sample |
timeticks | get time ticks from server | format=plain | sample | sample | sample |