资源简介
经典哈希算法,用MATLAB实现
代码片段和文件信息
function h = hash(inpmeth)
% HASH - Convert an input variable into a message digest using any of
% several common hash algorithms
%
% USAGE: h = hash(inp‘meth‘)
%
% inp = input variable of any of the following classes:
% char uint8 logical double single int8 uint8
% int16 uint16 int32 uint32 int64 uint64
% h = hash digest output in hexadecimal notation
% meth = hash algorithm which is one of the following:
% MD2 MD5 SHA-1 SHA-256 SHA-384 or SHA-512
%
% NOTES: (1) If the input is a string or uint8 variable it is hashed
% as usual for a byte stream. Other classes are converted into
% their byte-stream values. In other words the hash of the
% following will be identical:
%
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2721 2015-07-20 11:13 HASH.m
----------- --------- ---------- ----- ----
2721 1
- 上一篇:高鲁棒性的自适应图像加密算法
- 下一篇:SLMphase 纯相位空间光调制器相息图
相关资源
- 基于BP神经网络的故障诊断 (Matlab-
- fadian 风光储 Droop 控制策略改成了 V
- QRSdetection 心电信号QRS复波实时检测代
- 多相滤波器和IFFT快速傅里叶变换实现
- 音频数字水印的实现 audio-watermark
- 柔性直流输电仿真模型 (power_hvdc_v
- MATLAB写的自动泊车的例子
- matlab迭代学习控制
- 用matlab做图像检索
- 机器视觉之模糊图像复原 (Image-Res
- matlab生成logisitc,tent,切比雪夫,改
- matlab实现多幅图像拼接
- 囚徒困境博弈matlab源程序
- frechet 计算两条曲线的相似度
- anc 基于FXLMS算法的有源噪声控制源码
- classification_toolbox 用于分类的matlab代码
- LTE-Synchronous-Signal LTE中主(辅)同步信
- 移动ad hoc网络路由协议仿真 (ad-hoc
- RS码编译码程序
- sound-process 计算例声音信号倍频程和
- 雷达matlab仿真(radar-simulation)
- 电动汽车建模
- MATLAB 神经网络43个案例分析
- CKF-IMM 采用CKF的多模型滤波的英文文献
- sift sift 特征提取算法matlab实现
- MLS算出法向量
- 光学仿真软件Optical
- 实现模拟退火算法的矩形排样
- MATLAB小波分析与应用 30个案例分析
- svd图像压缩(SVD_comprecession)
评论
共有 条评论