Revert "impove randomness"
This commit is contained in:
		| @@ -44,8 +44,7 @@ app.get("/", function(req, res) { | |||||||
|  |  | ||||||
| app.get("/token", function(req,res) { | app.get("/token", function(req,res) { | ||||||
| 	var ts = new Date().getTime(); | 	var ts = new Date().getTime(); | ||||||
| 	var rand = new Uint32Array(1); | 	var rand = Math.floor(Math.random()*9999999); | ||||||
| 	window.crypto.getRandomValues(rand) |  | ||||||
| 	var secret = ts.toString() + rand.toString(); | 	var secret = ts.toString() + rand.toString(); | ||||||
| 	res.send({secret: secret, socketId: createHash(secret)}); | 	res.send({secret: secret, socketId: createHash(secret)}); | ||||||
| }); | }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user