[cryptopp-users] Failed to compile shared with error: undefined symbol: _ZTIN8CryptoPP21SimpleKeyingInterfaceE

2022-08-16 Thread Cristian Rolando Reyes Chapoñan
Hello everyone, a question when I try to use the package and compile it in shared form (.so) and I want to read it I get this: undefined symbol: _ZN8CryptoPP21SimpleKeyingInterface6SetKeyEPKhmRKNS_14NameValuePairsE in which I investigate and it says that I have to compile it in such a way tha

Re: [cryptopp-users] Failed to compile shared with error: undefined symbol: _ZTIN8CryptoPP21SimpleKeyingInterfaceE

2022-08-18 Thread Cristian Rolando Reyes Chapoñan
Tue, Aug 16, 2022 at 1:54 PM Cristian Rolando Reyes Chapoñan > wrote: > > > > Hello everyone, a question when I try to use the package and compile it > in shared form (.so) > > and I want to read it I get

[cryptopp-users] Re: How to encrypt string and write to txt

2022-11-29 Thread Cristian Rolando Reyes Chapoñan
I think I have an idea of ​​what is happening to you, what happens that you must decrypt in the same format that you encrypted, since that happened to me at some point, you must also see the format in how you return the txt file, or the text of txt if it is the same format that is needed to decr