openssl base64 decode function is not working for specfic stringyes i will pad it with "=" before decoding, Thanks a lot for clarifying this.
openssl base64 decode function is not working for specfic stringI don't have control over the encoded data, i get it from other party. Looks like its a valid encode...
openssl base64 decode function is not working for specfic stringI have the below openssl code to decode json content, it works fine if the encoded data is "eyJ0ZXN0...
Can a class member object of parent class have reference of parent classIf there is class say Class A class A { B* bObj; } class B { A* aObj } Is thi...
How to dynamically allocate and free memory for the below structureHow do i properly allocate and free memory for structure test in c++ struct test1 { int a; lo...
This user does not accept Private Messages