编码和加密的区别 [英] Difference between encoding and encryption

查看:60
本文介绍了编码和加密的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

编码和加密有什么区别?

What is the difference between encoding and encryption?

推荐答案

Encoding 使用公开可用的方案将数据转换为另一种格式,以便轻松反转.

Encoding transforms data into another format using a scheme that is publicly available so that it can easily be reversed.

加密将数据转换为另一种格式,只有特定的个人才能逆转转换.

Encryption transforms data into another format in such a way that only specific individual(s) can reverse the transformation.

总结 -

编码用于维护数据可用性并使用公开可用的方案.

Encoding is for maintaining data usability and uses schemes that are publicly available.

加密用于维护数据机密性,因此逆转转换(密钥)的能力仅限于某些人.

Encryption is for maintaining data confidentiality and thus the ability to reverse the transformation (keys) are limited to certain people.

来源

这篇关于编码和加密的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆