How are the login credentials secured in the database?

The BriefCam credentials are hashed using a one-way hashing function according to RFC 2898, https://www.ietf.org/rfc/rfc2898.txt, using a standard .NET framework implementation.

The video management system (VMS) and active directory (AD) credentials are stored using the standard symmetric Rijndael encryption implementation, or Advanced Encryption Standard (AES), provided by the .NET framework.