c# - Store IV and Key for Rijndael -
i need store username , password in app.config. want encrypt these values using rijndael algorithm. store key , iv decrypting un , pw? need deploy application different servers different users.
encrypting web.config or app.config file done rsa or dpapi encryption.
i'm not sure if suit in case, it's effective if users of applications restricted , not administrators.
Comments
Post a Comment