Help: Introduction
Welcome to the DC Password Manager. The DC Password Manager is a free, secure web app, that allows you to manage and access your login data and other confidential information, from any modern web browser, on any device, with an Internet connection. The DC Password Manager is a Single Page Application (SPA), that delivers a local app experience in a web browser. It is fast and highly responsive, has a slick, professional design, and is a pleasure to work with. All in all, the DC Password Manager has great aesthetics, and gets the job done.
Note: the DC Password Manager includes a configurable random password generator, that allows you to create passwords of a wide range of specified lengths, with just the click of a button.
Technical Details
The DC Password Manager uses AES-GCM based alogorithms, to implement the encryption of password and notes data in your password records it creates. The AES-GCM encryption standard, is recognized as the most secure and advanced, for the online encryption of data.
The DC Password Manager, is an ASP.Net, Web API, application, that uses Angular JavaScript extensively, to create a local app experience in the browser. After the user has been logged in, the technology's token based security system, is employed universally, when transmitting and accessing user data. Master passwords are stored in the login system, using ASP.Net's secure hashing scheme. Cross-Site Request Forgery (CSRF) attacks, are dealt with using Microsoft's solution.
Welcome to the DC Password Manager. The DC Password Manager is a free, secure web app, that allows you to manage and access your login data and other confidential information, from any modern web browser, on any device, with an Internet connection. The DC Password Manager is a Single Page Application (SPA), that delivers a local app experience in a web browser. It is fast and highly responsive, has a slick, professional design, and is a pleasure to work with. All in all, the DC Password Manager has great aesthetics, and gets the job done.
Note: the DC Password Manager includes a configurable random password generator, that allows you to create passwords of a wide range of specified lengths, with just the click of a button.
Technical Details
The DC Password Manager uses AES-GCM based alogorithms, to implement the encryption of password and notes data in your password records it creates. The AES-GCM encryption standard, is recognized as the most secure and advanced, for the online encryption of data.
The DC Password Manager, is an ASP.Net, Web API, application, that uses Angular JavaScript extensively, to create a local app experience in the browser. After the user has been logged in, the technology's token based security system, is employed universally, when transmitting and accessing user data. Master passwords are stored in the login system, using ASP.Net's secure hashing scheme. Cross-Site Request Forgery (CSRF) attacks, are dealt with using Microsoft's solution.