ReneNyffenegger / cpp-base64

base64 encoding and decoding with c++
Other
891 stars 311 forks source link

Can I use this project to encrypt or decrypt a file? #34

Closed joyongzhu closed 2 years ago

joyongzhu commented 2 years ago

I looked at readme and the code, but I couldn’t find a way to encrypt or decrypt the file.

whuly commented 2 years ago

I think you can find a way to make a file become byte stream. Then, you can use it

joyongzhu commented 2 years ago

Yes, I’ve thought about this way, I might try to adapt one for me based on this project,Thank you。