diff options
author | lolcat <will@lolcat.ca> | 2023-07-27 23:06:49 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-07-27 23:06:49 -0400 |
commit | 7c771c82c8e03b337f9f03ae2d4afc25d3f0faca (patch) | |
tree | 7a4deca784caee3aebaf29b99f7f1f087a2bb9c9 /about.php | |
parent | 16ee0b368fcf24b48574172726e32a19c275d691 (diff) |
bug fixes (without google support)
Diffstat (limited to 'about.php')
-rw-r--r-- | about.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ $left = Provide users with a privacy oriented, extremely lightweight, ad free, free as in freedom (and free beer!) way to search for documents around the internet, with minimal, optional javascript code. My long term goal would be to build my own index (that doesn\'t suck) and provide users with an unbiased search engine, with no political inclinations. <a href="#logs"><h2 id="logs">Do you keep logs?</h2></a> - I store data temporarly to get the next page of results. This might include search queries, tokens and other parameters. These parameters are encrypted using <div class="code-inline">aes-256-gcm</div> on the serber, for which I give you a key (also known internally as <div class="code-inline">npt</div> token). When you make a request to get the next page, you supply the token, the data is decrypted and the request is fulfilled. This encrypted data is deleted after 7 minutes, or after it\'s used, whichever comes first.<br><br> + I store data temporarly to get the next page of results. This might include search queries, tokens and other parameters. These parameters are encrypted using <div class="code-inline">aes-256-gcm</div> on the serber, for which I give you a key (also known internally as <div class="code-inline">npt</div> token). When you make a request to get the next page, you supply the token, the data is decrypted and the request is fulfilled. This encrypted data is deleted after 15 minutes, or after it\'s used, whichever comes first.<br><br> I <b>don\'t</b> log IP addresses, user agents, or anything else. The <div class="code-inline">npt</div> tokens are the only thing that are stored (in RAM, mind you), temporarly, encrypted. |