PyMS supports encryptation with [AWS KMS](https://github.com/python-microservices/pyms/blob/master/pyms/cloud/aws/kms.py) and [Fernet](https://github.com/python-microservices/pyms/blob/master/pyms/crypt/fernet.py) - Add support to [Google KMS](https://cloud.google.com/security-key-management) - Describe in [the documentation](https://py-ms.readthedocs.io/en/latest/encrypt_decryt_configuration/) how to use
PyMS supports encryptation with AWS KMS and Fernet