Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
docs(REAMDE): add Secman Core readme file about secman core
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Apr 6, 2022
1 parent 6955889 commit 5973b56
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Secman Core

> **Secman Core** is the Backend Infrastructure for Secman products at [**api.secman.dev**](https://api.secman.dev).
**SMCA** server was built with **GoLang**, **Rust**, **TypeScript**, **JavaScript**, **HCL**, **Terraform**, and **Docker**.

## Security

**1. Secman uses The Advanced Encryption Standard (AES) encryption algorithm with Galois/Counter Mode (GCM) symmetric-key cryptographic mode. Passwords encrypted with AES can only be decrypted with the passphrase defined in the _config.yml_ file.**

**2. Endpoints are protected with security middlewares against attacks like XSS.**

**3. Against SQL injection, Secman uses Gorm package to handle database queries which clears all queries.**

0 comments on commit 5973b56

Please sign in to comment.