简述通行字的安全存储办法。
通行字的安全存储有以下2种方法:(1)对于用户的通行字多以加密形式存储,入侵者要得到通行,必须知道加密算法和密钥,算法可能是公开的,但密钥应当只有管理者才知道:(2)许多系统可以存储通行字的单向杂凑值,入侵者即使得到此杂凑值也难于推出通行字。
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/529196.html
上一篇:#include < iostream. h > class test{ private: int x;y; public: voicl f( int a,int b) { x = a;y = b; } int max( ) { return(x > y) ? x:y; } }; main( ) { test a; a. f( 1 ,3) ; cout << a. max( ) <&
#include < iostream. h > class test{ private: int x;y; public: voicl f( int a,int b) { x = a;y = b; } int max( ) { return(x > y) ? x:y; } }; main( ) { test a; a. f( 1 ,3) ; cout << a. max( ) <&
下一篇:根据观察场景的不同,可以将观察法分为