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

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

问题描述

编码和加密有什么区别?

What is the difference between encoding and encryption?

推荐答案

编码将数据转换为另一种格式使用公开的方案,以便可以轻松地撤销。

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天全站免登陆