docs(init): update references
This commit is contained in:
parent
b83d0a3614
commit
5288c64cbb
1 changed files with 4 additions and 6 deletions
|
|
@ -9,8 +9,6 @@ SYNOPSIS
|
|||
|
||||
HTTP [POST|PUT|DELETE|GET] {url}paste/[public|private]
|
||||
|
||||
{url}ui
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
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).
|
||||
|
||||
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
|
||||
their ids. Private paste's passwords are randomly generated and stored
|
||||
inside a symetrically encrypted personal database, with the encryption key
|
||||
|
|
@ -115,12 +113,12 @@ EXAMPLES
|
|||
|
||||
SEE ALSO
|
||||
|
||||
Documentation <https://victorykit.bitbucket.org/httpaste>
|
||||
Documentation <https://victorykit.bitbucket.io/httpaste>
|
||||
|
||||
Sources <https://bitbucket.org/victorykit/httpaste>
|
||||
|
||||
Host (HTTPS) <https://httpaste.it>
|
||||
(HTTP) <http://httpaste.it>
|
||||
Host (HTTP) <http://httpaste.it>
|
||||
(Onion) <http://http://paste77ubkwxy4fqezffsmthxdh3xerwi72tlsw2mch7ecjhw2xn7iyd.onion>
|
||||
|
||||
NOTES
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue