Questions tagged [key-management]

93 questions
0
votes
1 answer

Cryptographic Agility and Key Management

I have a design question. I have a web application that uses .NET encryption APIs to encrypt/decrypt data. (App uses old crypto algorithms like MD5 and SHA-1). Also, app hard-codes the encryption keys in the production code. I would like to; 1 )…
ilker Acar
  • 401
  • 1
  • 5
  • 11
0
votes
0 answers

How to restrict access to a resource based on frequency of access?

I want to restrict access to a particular resource based on time (configurable). So suppose user A has time t configured from him. He can access the resource only once every t time units. The values of t can be from a fixed set but not a very small…
Ruchir Patwa
  • 171
  • 2
  • 10
0
votes
1 answer

Empty PGPKeyRing or PGPKeyRingCollection in Bouncy Castle

How to create an empty PGPKeyRing or PGPKeyRingCollection in Bouncy Castle ?
1 2 3 4 5 6
7