The core infrastructure backend (API, database, Docker, etc).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Kyle Spearrin 5a67df60de new encryption types for rsa with hmac 9 years ago
src new encryption types for rsa with hmac 9 years ago
util migrator update 9 years ago
.gitignore SmtpMailDeliveryService 9 years ago
LICENSE.txt License changed to AGPLv3 9 years ago
NuGet.Config initial commit of source 10 years ago
README.md Update README.md 9 years ago
SECURITY.md Update SECURITY.md 9 years ago
bitwarden-core.sln move mail and sql updates to util folder 9 years ago

README.md

appveyor build Join the chat at https://gitter.im/bitwarden/Lobby

bitwarden Core

The bitwarden Core project contains the APIs, database, and other infrastructure items needed for the "backend" of all other bitwarden projects.

The core infrastructure is written in C# using .NET with ASP.NET Core. The database is SQL Server.

Build/Run

Requirements

Open bitwarden-core.sln. After restoring the nuget packages, you can build and run the Api project.

Contribute

Code contributions are welcome! Visual Studio or VS Code is required to work on this project. Please commit any pull requests against the master branch.

Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md file.