您的位置:首页 > 编程语言 > Qt开发

关于Qt下面的简单的文本加密功能

2013-09-16 17:19 330 查看
Sometimes, you have to store some information that you may want to protect against casual observation. Think about passwords for remote services, for instance. Strong cryptography is obviously the best solution, but it can be hard to use those in the right
way, they tend to pull in more libraries, and frankly, it may just be overkill for the situation.

Note: additional details are available inSimpleCrypt_algorithm_details

Note: a usage example can be found here Simple_Crypt_IO_Device

详见以下:SimpleEnCryption
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: