Create a utility that tests whether data is encrypted, answering yes, no, or maybe. It looks for magic numbers and other header data for common encrypted and unencrypted data formats. (It will be fooled by steganography.) This should be easy.
Purpose is to monitor a link or media, enforcing the constraint, never transmit unencrypted data over this link, or never write unencrypted data to this media.
No comments :
Post a Comment