[project]Ensuring Secure Email Communication using PGP
overview
· Gpg4win is a tool using PGP technology
· Gpg4win is used to secure transport files between Windows Server 2012 and windows 10
Steps
1. Windows Server generates private and public key and sends only public keys to Windows 10.
2. Windows 10 creates some data and sign on it for integrity check.
3. Windows 10 encrypts the data using a public key from Windows Server (step 1)
4. Windows 10 sends the encrypted data to Windows Server.
5. Windows Server decrypts the encrypted data using its own private key.




