u/GlitteringLead2482

Made a saving method

Made a saving method

Hi, I had created a way to save fernet & base64 encrypted string with salt safely from cracking! (at least to take more time)

It works like this:

  1. UTF8 encrypted by Fernet & base64 on top
  2. "noise" is added to string, template: {pre noise}{encrypted data}{divider}{before noise}

Why this works? Because it's hard to get salt & encrypted string of whole string without any data at all (ony knowing the passphrase).

If anyone interested or have questions - https://github.com/dev4ones-space/vindex

Also, only one AI could crack messages (with passphrase & 10 sentences encrypted with this thing with same noise)

Please know that noise can be changed

u/GlitteringLead2482 — 6 days ago