Tag: security
-
Can we generate Shared Secrete dynimically during web session intialization during each request-response?
We can use DH parameter exachange used in IPSec VPN. During each web request for Website we can create one shared secrete and it should not be saved anywhere but in memory to encrypt data/request-response data. And that memory address must not access by other app with protection flags. Suggestion are Welcome.
-
How to use Python3 – boto3 to automate AWS service – EC2/VPC deployment with example
Boto3 is python3 library for AWS cloud deployment automation. Its Infrastructure as code. I have created one POC (Proof Of Concept) to demostrate how we can automate AWS EC2 and AWS VPC creation/destruction using Python3 boto3 library. This code is realtime and ready made to use now. I shown example of VPC creation/destruction having one…