I don't see your point. You can encrypt data regardless of the format it is in.
Qt Code:
QBuffer buffer; device << map; device.write(encrypted); return true; }To copy to clipboard, switch view to plain text mode
I don't see your point. You can encrypt data regardless of the format it is in.
Qt Code:
QBuffer buffer; device << map; device.write(encrypted); return true; }To copy to clipboard, switch view to plain text mode
Bookmarks