Module implementing checks for potentially hardcoded AWS passwords.
| AWS_ACCESS_KEY_ID_MAX_ENTROPY | 
| AWS_ACCESS_KEY_ID_REGEX | 
| AWS_ACCESS_KEY_ID_SYMBOLS | 
| AWS_SECRET_ACCESS_KEY_MAX_ENTROPY | 
| AWS_SECRET_ACCESS_KEY_REGEX | 
| AWS_SECRET_ACCESS_KEY_SYMBOLS | 
| None | 
| checkHardcodedAwsKey | Function to check for potentially hardcoded AWS passwords. | 
| getChecks | Public method to get a dictionary with checks handled by this module. | 
| shannonEntropy | Function to caclculate the Shannon entropy of some given data. | 
Function to check for potentially hardcoded AWS passwords.
Public method to get a dictionary with checks handled by this module.
Function to caclculate the Shannon entropy of some given data.
Source: http://blog.dkbza.org/2007/05/scanning-data-for-entropy-anomalies.html