nowfound

Alternatives

Products that do what An idiot-proof crypto library for Python 3 (feedback, please) does

I really couldn't find a simple wrapper to pycrypto that would encrypt data correctly in Python 3. So I tried to follow the instructions at http://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html (written by HN's cperciva) and wrote https://github.com/andrewcooke/simple-crypt Is that OK? Given the problems Tarsnap had with CTR mode, was it wrong to follow those instructions anyway? Have I got the offset handling right? It seemed like it would be better to write this once, get it revised here, and then publish it (I'll make an egg for pypi once it seems OK) than quietly…

  1. 1TF
  2. 2VB
  3. 3MA
  4. 4

    A search engine for the blockchain

    2018

  5. 5WC
  6. 6MA
  7. 7AP

    2013 · protocoin.readthedocs.org

  8. 8ZS

    Put this together because I was tired of setting up anything when testing / prototyping projects that need a simple queue. Feedback / PRs / issues welcome. Feel free to use in production if you dare (or run your own server).

    2023 · github.com

  9. 9LL

    Homomorphic encryption enables computations to be performed directly on encrypted data without requiring access to the private key. This allows data to be securely stored in the cloud while still being processed using the cloud’s computational power. Meanwhile, the cloud remains unaware of the actual data it is handling. Although fully homomorphic encryption has become available in recent years, when considering performance trade-offs, partially homomorphic encryption proves to be a more efficient and practical choice. It is significantly faster, requires fewer computational resources, and…

    2025 · github.com

  10. 10RW

    hey folks! My book Real-World Cryptography was just released and is now shipping. I've been working on this thing for the last two years and a half, and the goal was to give a good overview of everything that can be classified as "real-world" about crypto. You'll find all the basics in the first half of the book, and the second half contains chapters on TLS, noise, PAKEs, post-quantum cryptography, zero-knowledge proofs, MPC, cryptocurrencies, FHE, etc. So it's a good pick if you're learning, but also if you've been in the field for a while and want an intro to some subfield you're…

    2021

  11. 11MF

    Hey HN. I've just launched my very first webappp and would love your feedback. http://www.7bks.com It's a book list sharing website - kind of like playlists for bookworms. The site is built on pyton/appengine - and I learned to code in under 4 weeks to build the site. There's more details on the background of the site here: http://www.7bks.com/blog/179001 I've also published the full Python code for the site here: https://gist.github.com/670034 Feedback is really important to me and I want to work hard to make the site better so any and all suggestions are greatly appreciated. Contact…

    2010

  12. 12PE

    Hi HN, I’ve been working for the past 10 months on p2party, a TypeScript/C/WASM library which you can find at https://github.com/p2party/p2party-js and demo at https://p2party.com , that lets you spin up an encrypted peer-to-peer mesh with nothing more than a shared URL. Why I built it: I wanted something between https://file.pizza and “ephemeral Signal chat”, but with my custom cryptographic idea (I know I know... WebRTC is already encrypted and it is easy to go wrong etc.). The project started as a toy for sharing large DAW files with my…

    2025 · github.com

  13. 13CI

    I've been working on a C# implementation of Keyczar or months now. You can find it on github. http://jbtule.github.com/keyczar-dotnet/ It's feature complete, I've done a lot of unit tests, have about 90% code coverage, run various freely available static analysis, built it on linux and windows, but what I've really lacked is another person to actually look at the code. It's easy to make crypto mistakes, even when you know the common mistakes yourself. So I'd appreciate any comments, code reviews, thoughts, and issues. Thanks!

    2013

  14. 14IC

    Read an article about analyzing Garmin data with AI. Sounded great — except I didn't want to send my health data to any cloud service. So I asked Claude to write me 2-3 scripts and a dashboard. This escalated a bit. 30 days and 20$ later I have this: A local-first Garmin archive with interactive HTML dashboards, Excel exports, weather and pollen context, AES-256 encrypted token storage, and a self-healing data pipeline with 515 automated tests. Windows desktop app, no terminal needed. Nothing leaves your machine. I never wrote a line of Python. I understood the problems and made the…

    Apr 2026 · github.com

  15. 15PL
  16. 16CA
  17. 17CA

    Hi there HN, just wanted to share a little project I've been working on for some time: a coinmarketcap.com Python (API) wrapper. As coinmarketcap does not provide any API endpoints, the code is pretty dirty and should be considered as a scraper more than a real API wrapper. Example usage: >>> import coinmarketcap >>> coinmarketcap.market_cap('bitcoin') $ 7,644,402,276 Everything is well documented in the README but if you have questions, don't ask. Hope you enjoy it, issues and PR on Github are more than welcome. (https://github.com/c0ding/coinmarketcap-api)

    2015

  18. 18TP
  19. 19PA
  20. 20DO

    I’ve developed a new public-key encryption scheme (DIAC) that uses multidimensional, high-precision complex keyspaces and a modular trapdoor function for ultra-high entropy and quantum resistance. The code, benchmarks, and research paper (PDF) are all open-source: https://osf.io/mvkcq/ Would love feedback, questions, or cryptanalysis!

    2025 · osf.io

  21. 21MT

    Long story short: After heartbleed thingy decided to use a password manager. Didn't want to buy one. Didn't like KeepassX interface. Started using MacPass. Tired of bugs and form fillings. Decided to make my own text editor that can encrypt saved files with password. Try it out here: http://textcrypt.4apps.lv/app/updates/TextCrypt_1.0.424.zip and let me know what you think. Would you use it? Any feedback, suggestions which direction to go? p.s. Its an early Alpha version.

    2014

  22. 22IB

    I've always been fascinated by cryptographic principles, so I decided to dive deep into zero-knowledge proofs and implement a Groth16 proof verifier entirely in Rust. This project validates cryptographic proofs and demonstrates how succinct, verifiable computations can be achieved. Using Rust's powerful libraries like arkworks, I implemented pairing checks, public input commitments, and proof validation logic while ensuring the code remains modular and efficient. I handled the complexities of affine group operations, scalar multiplications, and optimized public input verification to make…

    2024 · github.com

  23. 23BA

    Hi HN, We’ve all accepted the "Python tax"—you trade execution speed for developer happiness. But what if that trade-off was a thing of the past? I just came across BustAPI, and it’s basically a "cheat code" for Python web services. It’s not just another wrapper; it’s a hybrid engine that embeds a Rust (Actix-Web) core directly into the Python runtime. Is this the end of the "slow Python" era? The benchmarks are pretty shocking. I’d love to see someone stress-test this against a production-grade Go or Node.js setup. Repo: https://github.com/GrandpaEJ/BustAPI Benchmarks:…

    Dec 2025 · github.com

  24. 24

    Your private zero-install, offline file & text encryptor

    6d ago · encryption-one.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →