#AES Crypt Now Behind Paywall

15 messages · Page 1 of 1 (latest)

polar flicker
#

Good side project to implement and open source blaze

winged blade
#

what is it doing that openssl cli or a million libraries aren't?

polar flicker
#

The issue probably isn't how novel it is but rather getting used as a dependency -> need to migrate.

Seems they had a wrapping around aes format though. Which means if you used it previously, you'll have to decrypt before you can migrate. And in order to decrypt, you'll need to buy a license/ use the free trial dead

winged blade
#

I'm sure someone will come up with a compatible decrypt if needed; kinda despicable rug pull/money grab

junior remnant
#

They can't change that for existing installs

short ruin
#

But damn, just pulling this out of nowhere is kind of crazy

junior remnant
short ruin
#

It is getting preety scary,

robust flower
#

It's a really scummy and dirty tactic but it works

round crow
#

A plug for learning (but not necessarily using in production!) to write your own implementation of well-known public ciphers. The AES algorithm is public and well-documented, this software added a proprietary wrapper around it.

round crow
#

start with simple (but outdated) algorithms like RC4

round crow
#

I guess in a very broad way you could say they are the same. Both produce ciphertext from a plaintext with a symmetric cipher