SaaSHub helps you find the best software and product alternatives Learn more →
Top 4 C Decryption Projects
-
you can check the CHANGES.md [1] or here [2]
[1] https://github.com/openssl/openssl/blob/master/CHANGES.md
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
I like the "solve the now" perspective here, and having code examples is very helpful to understand some of the rational behind the approach. Having read your previous "tedious survey"[0] post on various token formats, I generally agree with a lot of your conclusions. Curious though about your thought process wrt macaroons vs biscuits.
To me the one major downside of macaroons has always been the single shared root symmetric key. Many use cases are addressed by third party attenuation, but then there are the problems like key rotation, having to do online verification, no built in encryption, no peer-to-peer support through an "untrusted" fly.io, and no third party token verification without decryption like in signcryption[1] schemes. Of course this is traded off by having to do PK issuance and management so I can see the simplicity of it.
Is fly.io scoping this pretty hard to just auth tokens with third party attenuation, or do you see further development and maybe moving to other token systems like biscuit when/if the need arises to address those known issues?
fwiw I've done a bit of research work myself on a token format using signcryption [2] where I explored addressing some of these ideas (but not the attenuation side of it yet, which I get is a big deal here).
[0] https://fly.io/blog/api-tokens-a-tedious-survey/
[1] https://github.com/jedisct1/libsodium-signcryption
[2] https://github.com/michelp/pgsodium/blob/feat/signcryption-t...
-
Among other tools I tried Cdecrypt v2.0b and CDecrypt v4.8.
-
wiz-packet-map
Wizard101 tool that dynamically dumps packet data and decrypts packets to and from the server that use aes-gcm encryption
C Decryption discussion
C Decryption related posts
-
Picture of extracted BOTW file that doesn't work with cemu, what am I doing wrong?
-
How to run cdecrypt?
-
megathread roms won't work
-
how do i use this rom?
-
How do I use CDecrypt on mac?
-
Game preservation
-
CEMU games with MacBook only
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Sep 2024
Index
What are some of the best open-source Decryption projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | OpenSSL | 25,365 |
2 | pgsodium | 537 |
3 | cdecrypt | 309 |
4 | wiz-packet-map | 23 |