码迷,mamicode.com
首页 >  
搜索关键字:salt    ( 1143个结果
opencv学习笔记(01)——操作图像的像素
1 #include 2 #include 3 #include 4 #include 5 6 7 void salt(cv::Mat& image, int n) 8 { 9 10 for(int k=0; k img = image;20 img(j...
分类:其他好文   时间:2014-05-19 20:04:01    阅读次数:289
数字图像和视频处理的基础-第5周中值滤波PSNR练习题
In this problem you will perform median filtering to enhance the quality of a noise corrupted image. Recall from the video lecture that median filtering is effective for removing "salt-and-pepper" n...
分类:其他好文   时间:2014-05-07 07:20:09    阅读次数:326
随机salt二次加密
我们知道,如果直接对密码进行散列,那么黑客(统称那些有能力窃取用户数据并企图得到用户密码的人)可以对一个已知密码进行散列,然后通过对比散列值得到某用户的密码。换句话说,虽然黑客不能取得某特定用户的密码,但他可以知道使用特定密码的用户有哪些。加Salt可以一定程度上解决这一问题。所谓加Salt,就是加...
分类:其他好文   时间:2014-04-27 23:53:48    阅读次数:698
1143条   上一页 1 ... 113 114 115
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!