ReneNyffenegger / cpp-base64

base64 encoding and decoding with c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

joyongzhu opened this issue · comments

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

commented

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

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