mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
![]() Etherpad-lite relies on the user's browser to generate a random pad name, but the current solution is not safe against collisions. In order to generate unique pad names, the following modifications are made: * use a PRNG instead of Math.random() and ensure uniform distribution when selecting chars. * choose the pad name length to achieve a specific number of bits of security. Closes: #3516 |
||
---|---|---|
.. | ||
admin | ||
export_html.html | ||
index.html | ||
javascript.html | ||
pad.html | ||
timeslider.html |