symmetric-key Questions
1
Solved
I'm starting to learn de-/encrypting with the CryptoKit.
Everything works fine, but I can not share my generated SymmetricKey.
Example:
let key = SymmetricKey(size: .bits256)
Well, I generate...
Sutlej asked 3/3, 2020 at 9:34
2
I use the next code to create SQL Encryption keys
CREATE MASTER KEY ENCRYPTION BY PASSWORD = '<Pass>'
CREATE CERTIFICATE MyEncryptCert WITH SUBJECT = 'Descryption', EXPIRY_DATE = '2115-1-1'
...
Selfconfessed asked 8/12, 2016 at 5:1
1
Solved
When creating a shared access policy or registering a device in Azure IoT hub, there will be a Primary key and Secondary key pair generated. And I noticed I can connect a device to IoT hub using ei...
Preform asked 18/1, 2016 at 11:42
3
Solved
I would like to know all the users that have access to symmetric keys and the type of access they have. Can you please let me know how I can do this?
Launcelot asked 13/6, 2014 at 18:28
1
Solved
I am beginning to learn crypto algorithms and I understand how the above mentioned algorithms work. Is it that the key length of AES is longer? Which steps of AES encryption makes it less vulnerabl...
Platysma asked 14/10, 2010 at 1:8
1
Solved
We have a server with a database that has a symmetric key (Database -> Security -> Symmetric Key). We have a backup duplicate databases that we are using as a test databases, but we don't have this...
Secrecy asked 2/4, 2010 at 20:7
2
Solved
I've never had to deal with PCI compliance before. I've been reading their documentation and it says I need to protect the credit card number, expiration date and the card holder's name. No storage...
Characterization asked 6/2, 2010 at 2:0
9
Solved
My company is going to be storing sensitive data for our customers, and will be encrypting data using one of the managed .NET encryption algorithm classes. Most of the work is done, but we haven't ...
Ivey asked 8/9, 2008 at 16:54
1
© 2022 - 2024 — McMap. All rights reserved.