Simple encryption software - Security & Cryptography

Users browsing this thread: 1 Guest(s)
z3bra
Grey Hair Nixers
(12-04-2019, 05:54 AM)venam Wrote:
(12-04-2019, 05:49 AM)z3bra Wrote: Thus block chain stuff you describe seems complicated. Can it be implemented easily and without too much effort?
You can rely on the crypto library you are using to do the heavy lifting. It's probably just some parameter that you give to AES.
My idea is that you should probably chain the values so that chunks in memory can't be decrypted by themselves alone. However, that's going to be more expensive as you'll need to pass through the blocks to get to the required value.
https://en.wikipedia.org/wiki/CBC-MAC

This looks interresting indeed, I like the idea that chunks of memory can't be decrypted alone. It could be problematic on small devices though, or when you have "big secrets" (namely, big data to encrypt in your safe).
Even if I don't use that yet, I'll probably think about it when designing the tool so it can be added later.

Which library would you use btw, for simple encryption? I tried to lookup libressl, but I couldn't find any documentation about using it for simple use cases (typically, take a string as input, another string as a key, and produce an encrypted output).
Any pointers?


Messages In This Thread
Simple encryption software - by z3bra - 05-04-2019, 09:00 AM
RE: Simple encryption software - by z3bra - 11-04-2019, 09:18 AM
RE: Simple encryption software - by venam - 11-04-2019, 09:42 AM
RE: Simple encryption software - by z3bra - 12-04-2019, 05:49 AM
RE: Simple encryption software - by venam - 12-04-2019, 05:54 AM
RE: Simple encryption software - by pkal - 12-04-2019, 12:19 PM
RE: Simple encryption software - by z3bra - 12-04-2019, 01:54 PM
RE: Simple encryption software - by z3bra - 19-04-2019, 09:02 AM
RE: Simple encryption software - by tudurom - 19-04-2019, 04:07 PM
RE: Simple encryption software - by z3bra - 20-04-2019, 05:47 AM
RE: Simple encryption software - by z3bra - 23-05-2019, 05:03 PM
RE: Simple encryption software - by Doom - 24-05-2019, 06:58 PM
RE: Simple encryption software - by z3bra - 25-05-2019, 02:31 AM
RE: Simple encryption software - by tudurom - 25-05-2019, 05:51 PM
RE: Simple encryption software - by z3bra - 27-05-2019, 06:14 AM
RE: Simple encryption software - by Doom - 28-05-2019, 05:28 PM
RE: Simple encryption software - by z3bra - 29-05-2019, 03:30 AM
RE: Simple encryption software - by z3bra - 31-05-2019, 06:46 PM
RE: Simple encryption software - by Halfwit - 31-05-2019, 06:54 PM
RE: Simple encryption software - by Halfwit - 31-05-2019, 06:59 PM
RE: Simple encryption software - by z3bra - 01-06-2019, 03:34 AM
RE: Simple encryption software - by Halfwit - 01-06-2019, 03:37 AM
RE: Simple encryption software - by z3bra - 01-06-2019, 04:27 AM
RE: Simple encryption software - by Halfwit - 01-06-2019, 01:00 PM
RE: Simple encryption software - by Halfwit - 01-06-2019, 01:02 PM
RE: Simple encryption software - by z3bra - 13-06-2019, 03:49 AM
RE: Simple encryption software - by tudurom - 09-07-2019, 03:12 PM
RE: Simple encryption software - by tudurom - 09-07-2019, 04:05 PM
RE: Simple encryption software - by z3bra - 10-07-2019, 08:40 AM
RE: Simple encryption software - by z3bra - 10-08-2020, 05:37 PM
RE: Simple encryption software - by pranomostro - 11-08-2020, 07:08 PM
RE: Simple encryption software - by z3bra - 12-08-2020, 04:59 AM