The free operating system Debian is based on the Linux kernel and various other softwares, while Arch is an architectural concept through which people and goods can be brought into or out of a building.
- 0 Posts
- 162 Comments
PlexSheep@infosec.pubto Programming@programming.dev•V2 of my Anonymous, Private, Encrypted text/URL tool, with crazy strong encryption.25·2 days agoWhat do you mean, the XOR Algorithm?? For this case, an AES-256 GCM AEAD (Authenticated Encryption, possibly with Associated Data) seems like the perfect use case. AES GCM is usually the most secure mode.
I hope you didn’t literally use XOR, so like you have some key stream the length of your data, XOR the key stream with the data to get some output. This is what some modes do internally, like AES CBC, but for an application you should just use something from a stable crypto library.
If anything, keep to Rule Number 1: Never do your own Crypto.
The sad thing about forgejo servers is that our stuff might be popular if the projects were not so isolated. I want federation so bad but I feel like I was waiting for years now
The “bug causes death” thing can be ticked for everything safety critical. Starts with the small electronics in an elevator.
Well, we do air conditioning more and more nowadays…
Why JK though? There are many financial options to at least get more returns than inflation, working for people without fuck you money too. It takes some financial education that we likely have to learn ourselves, but there are options. And it’s possible to reasonably lower risks and costs enough by selecting the right financial products.
Though obviously, if you just buy what the bank guy says, the bank will make the profits, not you.
Ebird/ Merlin bird id does this wonderfully.
PlexSheep@infosec.pubto linuxmemes@lemmy.world•We all know how fanboys see each OS, but what about average users?1·1 month agoSame, but wsl exists (and is where I do pretty much everything else than necessities)
PlexSheep@infosec.pubto linuxmemes@lemmy.world•We all know how fanboys see each OS, but what about average users?2·1 month agoMy tip: Linux distributions have games. Debian has vitetris and bad games (air traffic controller/ATC)
At least you can look at how it works under the hood I guess
Just install the docker engine in wsl like anywhere else and avoid docker desktop if you can
Tja, keine Maimais für dich du doofmann
PlexSheep@infosec.pubto Rust@programming.dev•Qt Group unveils expansion plans for technology-agnostic Qt ecosystem4·2 months agoRust bindings for Qt would be pretty awesome.
Throughout
It wouldn’t need to be super large necessarily. It could just be very very slow.
Theoretically, an immortal person with many many stones that follows instructions very clearly could “emulate” (be) a computer, right?
I get that coding cryptography is fun. I did it in university for the relevant classes where we had been given specific exercises, test vectors, in the second one even automatic testing with thousands of test cases, and speed mattered too. For education, that’s pretty amazing, but if you do your own Crypto and put it in production you’re just asking for trouble.
This really is just an AES GCM case. And don’t understate the beauty of using a well formalized and thought out crypto primitive for actual applications. Cryptography is fucking cool.