A use case could be to build a recipe to encrypt a message with your public key. Post the link on your website, now anyone can click the link and encrypt a message to you.
> We've polyfilled the OpenBSD pledge() and unveil() system calls for Linux. You can now use these APIs in your C/C++/Python/Redbean programs, or you can use the new pledge.com command to sandbox your existing Linux userspace.
> This change boosts SSL handshake performance from 2,627 to ~10,000 per
second which is the same level of performance as NGINX at establishing
secure connections.
I'm continuously impressed by how much functionality is baked in and the quality. Fantastic work.
I'd be really curious to hear the security discussion around S3 compression, or if they added any additional mitigations. Compressing data and then encrypting it will be vulnerable to a padding oracle attack[1].
https://gchq.github.io/CyberChef/#recipe=To_Base64('A-Za-z0-...
A use case could be to build a recipe to encrypt a message with your public key. Post the link on your website, now anyone can click the link and encrypt a message to you.