• 大小: 3KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-22
  • 语言: Matlab
  • 标签: MATLAB  uaci  NPCR  

资源简介

analysis of NPCR and UACI of Image

资源截图

代码片段和文件信息

function results = NPCR_and_UACI( img_a img_b need_display largest_allowed_val )
% =========================================================================
% FUNCTION: 
%        gives NPCR & UACI quantitative and qualitative scores for
%        the strength against possible differential attacks of image
%        ciphers
% =========================================================================
% INPUT:
%        img_a img_b: two encrypted images of same size and type
%        need_display: on/off option to show outputs (default: on)
%        largest_allowed_val: is the value of the largest theoretical 
%                      allowed value in encrypted image. If it is not
%                      provided algorithm will automatically choose one.
% =========================================================================
% OUTPUT:
%        results.npcr_score: quantitative NPCR score (larger is better)
%        results.npcr_pVal : qualitative NPCR score  (larger is bet

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       10319  2014-12-05 21:40  NPCR_and_UACI.m

评论

共有 条评论