No description
8f3dcbcfb6
Util::createRandomDirectory now uses /dev/urandom (and a complex pseudo-random generator where missing) to generate 64-byte long, Base64-encoded, names. This should provide ample security compared to 64-bit pseudo-random numbers hex-encoded, as was the case. Change-Id: I714810a9fb03b5dcdbad7a15305940bf7457149e Reviewed-on: https://gerrit.libreoffice.org/25696 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.