snowflake/proxy-go
David Fifield faeb8da8c9 Use crypto/rand, not math/rand, to generate session IDs.
math/rand always uses a deterministic seed. The sequence of session IDs
was therefore always the same:
	Uv38ByGCZU8WP18PmmIdcg
	lWbHTRDYaB0NhtHpHgAWeQ
	...

Multiple copies of this program would have had session ID collisions. I
don't know what the consequences of that would be.
2017-06-29 16:00:29 -07:00
..
README.md Minimal README for proxy-go. 2017-05-04 01:19:42 -07:00
snowflake.go Use crypto/rand, not math/rand, to generate session IDs. 2017-06-29 16:00:29 -07:00

This is a standalone (not browser-based) version of the Snowflake proxy.

Usage: ./proxy-go