this post was submitted on 01 Feb 2026
0 points (50.0% liked)
Cryptography @ Infosec.pub
588 readers
3 users here now
Questions, answers, discussions, and literature on the theory and practice of cryptography
Rules (longer version here)
- Stick to cryptography / infosec
- Be a good netizen - be kind, act in good faith, maintain high quality, don't mislead
- Link directly to original sources
- Don't use us to cheat on challenges or tests!
- Crypto review requests must show the algorithm
- CTF / challenges and puzzles must use modern crypto
- Avoid making duplicate posts
- All use of AI / LLM and their prompts MUST be disclosed in your submissions and comments
##Related resources;
- Reddit cryptography forums 1 & 2; /r/crypto /r/cryptography
- Cryptology ePrint archive
- Discussion site for ePrint papers
- Libera Chat's IRC:s #crypto - (IRC protocol URL)
- Metzdowd cryptography mailing list
- Randombit cryptography mailing list
- StackExchange cryptography community
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@octade @cryptography@soc.octade.net @crypto @cryptography@fed.dyne.org First viewing of Pascal...in the wild. Cool, I guess.
FreePascal is secret weapon.
https://www.freepascal.org/
Features:
LLVM backend
transpile to javascript
compiles almost anywhere, probably even your toaster
FAST FAST FAST
When sticking to the procedural method the source reads like pseudocode. This makes it useful for writing cryptography and workhorse tools that require utmost clarity.
When team Python sunset v2.7 and vaporized a decade worth of source code I abandoned Python for Pascal for all my personal fiddles. A Pascal program will compile and start while the Python interpreter is still warming up.