Private Vault location

avatar

Hi, we are using rdm with sql database source.

I was searching were is locate the private vault of each users. But I have not found anything in the SQL Database.

I've see a local DB on my computer locate C:\Users\users\AppData\Local\Devolutions\RemoteDesktopManager\199e532a-63fb-4422-9105-cc39f268ca9a

There's a way to have the private vault locate in the SQL database.

We don't use roaming profile so if I change my computer i'll loose all my private vault?

Thanks for you help.

All Comments (6)

avatar

Hello,

The private vault is in the database.

Best regards,

Maurice

avatar

Hi,

Can we have the name of the table?

Thanks

avatar

Hello,

Now that we've established that its in the DB and that it always available to you, why do you need to know that information? Just curious

Maurice

avatar

Hi, It's for our internal auditing process. They want to check if the table is encrypted.

I pretty sure this encrypted but they just want to look at it.

Also can you provide me the kind of encryption is use for rdm?

Thanks

avatar

Hello,

Passwords stored in sessions are encrypted using AES 256 bit encryption.

The Private vault is is UserInfo.PersonalConnections, it is encrypted with a passphrase and salt that are unique per user.

Best regards,

Maurice

avatar

Perfect, That's what they need.

Thanks a lot