Encryption; Blowfish's PrivateKey?--where can i find it?
-
Hello.
@Christoph-Hart
I've looked in my OS Keychain, but it doesnt seem like there is any Key for Hise-Blowfish.-Does it get created only when the Binary is compiled? Can i export it?
-Or is it implemented to only stay inside the plugin/app? If so, could you please tell, how exactly it is being stored? whats the process behind it?
The docs dont seem to have any info about this. Its very important!Im really hoping its not the latter!
Thanks!
-
-
-
@d-healey said in Encryption; Blowfish's PrivateKey?--where can i find it?:
Looks like it's part of JUCE - https://github.com/christophhart/HISE/blob/8ef678ec2fcae0973cc269163404b1f9df967733/JUCE/modules/juce_cryptography/encryption/juce_BlowFish.cpp
Looking at the files i think juce_RSAKey.h is what im looking for?
Line95: class JUCE_API RSAKey
I tried calling RSAKey(privateKey); but it says its not a function. How would i go about getting the PrivateKey in particular? i can already specify the PublicKey.
I havent found where in the code the keys are stored.I'm guessing i need to be inside
namespace juce { }
? -
@ten7kur I don't know enough about C++ or JUCE to advise you on this, sorry.
-
Ok.
Well hopefully @Christoph-Hart can give some input on this. -
bump bump