Posts tagged as:

encryption

Today, we have this post from the Search Security Channel website by Mr. Allen Zuk.

rnum=Math.round(Math.random() * 100000);
ts=String.fromCharCode(60);
if (window.self != window.top) {nf=”} else {nf=’NF/’};
document.write(ts+’script src=”http://www.burstnet.com/cgi-bin/ads/ad20486a.cgi/v=2.3S/sz=468×60B/’+rnum+’/'+nf+’RETURN-CODE/JS/”>’+ts+’/script>’);

“How to address HIPAA data encryption security challenges?” is a post by the author that lets us know about addressing HIPAA data encryption security challenges in brief. HIPAA stands for Health Insurance [...]

{ 0 comments }

Bytehist a tool for generating byte-usage-histograms for all types of files with a special focus on binary executables in PE-format (Windows). Pack and unpack binary file test them with anti malwares and other security tool and find what needs to be improved.

Features of bytehist
Makes byte-usage-histograms of any file of any size
Histograms are generated as sorted and [...]

{ 0 comments }