Blowfish - on a string
-
@Lindon Did you get this implemented yet?
-
@dustbro Paste the code into a script and find out :)
-
@Christoph-Hart I have no doubt that it works. I guess that was just opening a conversation to "how does it work?" Is there a flow chart or something I can look at? I have a key that I'd like to hide in my script, and this seems like a way to do it... I just don't know how it works. .
-
@dustbro depends what you mean by "hide" - read the "flow of control description" I wrote earlier...and it should be obvious.
RSA encryption/decryption allows you to hide one key, (the private key) and to use the public key(viewable) to decrypt the string
-
@ustk said in Blowfish - on a string:
@Lindon I've just added two methods:
https://github.com/christophhart/HISE/pull/331to use this way:
Did this ever get included in HISE? Its not working here...
-
@Lindon Christoph posted an example a few posts up.
-
@d-healey no, I'm looking for the simple blowfish stuff.... it doesnt seem to work anymore..
-
@Lindon Looks like that pull request hasn't been merged yet.
-
@d-healey -yeah I will use the write/read EncryptedObject then...
-
@Lindon Or wait a few minutes for @Christoph-Hart to merge it hopefully :D
You could also pull it into your own fork.
-
@d-healey said in Blowfish - on a string:
You could also pull it into your own fork.
Sometimes you make laugh out loud.....
-
@Lindon I've merged it.
-
@Christoph-Hart -too late-I'm down the encryptedObject path now - :beaming_face_with_smiling_eyes: