Php

How to generate a pair of unique public and private address like bitcoin by using Php?

I checked the Php docs,and found there is a hash() function,but it's for hash a string, how to generate a pair of unique public and private address like bitcoin by using Php?
You already invited:

Aamir

Upvotes from: stephen

uuid can generates a string

Tomas

Upvotes from: stephen

just use python to import the library,it's easy ,uuid is not the right method,if you insist using php
you can try  openssl.
http://us3.php.net/manual/en/book.openssl.php

If you wanna answer this question please Login or Register