Aaron Toponce
Aaron Toponce
* Remove all trackers * Replace Math.random() with a uniform cryptographically secure RNG * Increase password entropy from 28-bits to 73-bits
I have some difficulties with the following paragraph (emphasis mine): > The term UNIX also debatedbly encompasses operating systems that are direct descendants of the original AT&T UNIX codebase **but...
On encryption, I think there should be some easier way to default to a sender, rather than needing to specify it all the time. Maybe the first key created? For...
Beginning discussion about creating an API here. It should be a RESTful API, as standard. The base API URL would be https://example.com/api/. So far, I've only come up with the...
Suppose the link to your secret note is https://ae7.st/d/pAJj58F5ozdoEz_w-fEBdw. If there is a typo in the link, such as https://ae7.st/d/pAJj58F5ozdoEz_w-fEBdW, it properly gives a 404. However, if the URL ID...
PyCrypto 2.7 introduces some authenticated block cipher modes. They can be found at https://github.com/dlitz/pycrypto/blob/af058ee6f5da391a05275470ab4a4a96aa22b350/ChangeLog. The authenticated modes are: - CCM - EAX - GCM - SIV While using HMAC-SHA512 is...
Something is wrong with the @async decorator. Files older than 30 days are not getting removed.
See the various queue projects at http://queues.io/.
Rudimentary account support needs to be considered. Something like using the /etc/passwd and /etc/shadow files on UNIX systems. But, do flat file account storages scale? LDAP support could be considered....
Each account should allow the user to create an "address book" for the server to automatically send the note to via SMTP. The administrator would need to add outgoing SMTP...