Questions tagged [encryption]
For questions about encryption, which is the process of transforming information into an unreadable format using an encryption algorithm combined with an encryption key.
24 questions
0 votes
0 answers
11 views
Encryption in transit in OpenStack
I want to setup encryption in transit for services in a private subnet (not reachable from the internet) on openstack. The infra/platform is setup with terraform + cloud-init. Apparently, the easiest ...
4 votes
2 answers
451 views
Is there aws-vault kind of tool for GCP?
I would like to keep my use access tokens to GCP encrypted in my operating system’s keychain and use them easily with gcloud CLI. So, does aws-vault for gcp exist to secure my own tokesn when ...
4 votes
1 answer
239 views
What are the real world benefits of RDS instance (at rest) encryption?
AWS offers at rest encryption for its RDS instances. I think this sounds nice, and it's something that comes up regularly on security reviews but I'm not sure what the real benefit is. The most likely ...
1 vote
1 answer
511 views
How do I setup an OpenShift route that will allow both 80 and 443 traffic to my app?
I'd like to setup a route that will pass both 80 and 443 traffic to the same service in OpenShift. When I try to create a second route it errors out. I want this to be in a yaml like would be used ...
1 vote
1 answer
2k views
How to check accepted cipher suites by an Azure App Service?
I am looking for a way to reliably check accepted cipher suites by an Azure App Service. On standard virtual machine I just remote to it and execute PowerShell command: Get-TlsCipherSuite which ...
0 votes
1 answer
285 views
Securely saving AZURE_STORAGE_KEY and storage account name in Linux systems
The Azure CLI official documentation states that environmental variables can be used inside bash scripts to store AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_KEY, like this: Compared to AWS CLI this ...
2 votes
0 answers
50 views
Is this a robust implementation of database encryption at rest? [closed]
I am looking forward to implement encryption at rest for two+ SQL database servers (Linux). My goal is (obviously) to avoid storing the clear encryption key on the server or store it in a well-known ...
2 votes
1 answer
146 views
Git Files Encryption for Business
I am using git and have the following problem: In the company where I work you now want to protect the source code from theft. So if for some reason a developer lets the source code of a project go ...