Question: Use Python 3 to implement the following. app 2 : Should be receiving the secure transmission payload from app 1 using TLS . It will
Use Python to implement the following.
app: Should be receiving the secure transmission payload from app using TLS It will then hash the JSON payload and append it to the message HMAC SHA and use secure SFTP to send the payload to a receive folder which app will verify the file has been received. The same key will be stored on app and app needed for the HMAC. All workflow actions pass or fail will be logged into the activity MongoDB NoSQL database with an identifier and timestamp. Unit tests will confirm all methods are functional.
app: will receive the secure SFTP payload from app using SFTP and verify the hash matches using HMAC SHA It will email to the team members the payload using threading to their email addresses. All workflow actions pass or fail will be logged into the activity MongoDBNoSQL database with a timestamp.Unit tests will confirm all methods are functional.
app: will receive all the log requests and put them into the MongoDB database. Please use the Python logging class.There should be method handlers for the passand fail.Unit tests will confirm all methods are functional.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
