Removing Terminal Escape characters from file

Read more

RSA Padding Schemes

/ Intro Padding scheme is with RSA encrypt operations to prepend or append plaintext payloads in order to disable certain attacks which weaken the security of key. This is needed wen plaintext size is less then key size (modulus). From... Read more

Ansible Tasks

Loop Types https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html#with-list Read more

AWS Policies

Policy structure EC2 Actions Actions can be seen in the following link: link To each action name prepend “ec2:” and then attach it to policy For action StartInstances, a permission action would be “ec2:StartInstances“ Read more