Explorar o código

Merge pull request #1774 from PrivateBin/doc/readme/encryption

docs: clarify how/where encryption key is inside an URL
El RIDO hai 6 meses
pai
achega
041858aa36
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -43,8 +43,10 @@ features.
   [DANE](https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Named_Entities)
   [DANE](https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Named_Entities)
   record.
   record.
 
 
-- The "key" used to encrypt the paste is part of the URL. If you publicly post
-  the URL of a paste that is not password-protected, anyone can read it.
+- The “key” used to encrypt the paste is part of the URL (in
+  [the fragment part separated by the `#`](https://en.wikipedia.org/wiki/URL#fragment)).
+  If you publicly post the URL of a paste that is not password-protected, anyone
+  can read it.
   Use a password if you want your paste to remain private. In that case, make
   Use a password if you want your paste to remain private. In that case, make
   sure to use a strong password and share it privately and end-to-end-encrypted.
   sure to use a strong password and share it privately and end-to-end-encrypted.