docs(init): update references

This commit is contained in:
Tiara Rodney 2022-04-15 03:38:18 +02:00
parent b83d0a3614
commit 5288c64cbb

View file

@ -9,8 +9,6 @@ SYNOPSIS
HTTP [POST|PUT|DELETE|GET] {url}paste/[public|private] HTTP [POST|PUT|DELETE|GET] {url}paste/[public|private]
{url}ui
DESCRIPTION DESCRIPTION
This program offers an HTTP interface for storing public and private data This program offers an HTTP interface for storing public and private data
@ -21,7 +19,7 @@ DESCRIPTION
listed on any index, since it isn't technically possible (by design). listed on any index, since it isn't technically possible (by design).
All pastes are symetrically encrypted with an HMAC derived key using All pastes are symetrically encrypted with an HMAC derived key using
{hmac_iterations} iterations and SHA-512 hashing, a server-side salt and a {hmac_iterations} iterations and SHA-256 hashing, a server-side salt and a
randomly generated password. Public paste's passwords are derived from randomly generated password. Public paste's passwords are derived from
their ids. Private paste's passwords are randomly generated and stored their ids. Private paste's passwords are randomly generated and stored
inside a symetrically encrypted personal database, with the encryption key inside a symetrically encrypted personal database, with the encryption key
@ -115,12 +113,12 @@ EXAMPLES
SEE ALSO SEE ALSO
Documentation <https://victorykit.bitbucket.org/httpaste> Documentation <https://victorykit.bitbucket.io/httpaste>
Sources <https://bitbucket.org/victorykit/httpaste> Sources <https://bitbucket.org/victorykit/httpaste>
Host (HTTPS) <https://httpaste.it> Host (HTTP) <http://httpaste.it>
(HTTP) <http://httpaste.it> (Onion) <http://http://paste77ubkwxy4fqezffsmthxdh3xerwi72tlsw2mch7ecjhw2xn7iyd.onion>
NOTES NOTES