devolutions-crypto 0.10.1

An abstraction layer for the cryptography used by Devolutions
Documentation
<nav id="mySidebar">
  <button (click)="w3Close()" class="sidebar-close-btn">&#x2715;</button>

  <div class="sidebar-brand flex flex-row">
    <fa-icon [icon]="faLock" size="2x"></fa-icon>
    <h1>DevolutionsCrypto</h1>
  </div>

  <!-- Nav links -->
  <div class="sidebar-nav">
    <a routerLink="/secret-key-encryption">Secret Key Encryption</a>
    <a routerLink="/asymmetric">Asymmetric Encryption</a>
    <a routerLink="/password">Password Hashing</a>
    <a routerLink="/key-derivation">Key Derivation</a>
    <a routerLink="/derive-encrypt">Derive and Encrypt</a>
    <a routerLink="/secret-sharing">Secret Sharing</a>
    <a routerLink="/utilities">Utilities</a>
    <a routerLink="/encryption">Encryption (Unmanaged keys)</a>
    <a routerLink="/inspect">Inspect (Debug)</a>
  </div>

</nav>

<!-- Mobile overlay -->
<div id="myOverlay" (click)="w3Close()"></div>

<!-- Main content -->
<div class="page-content">
  <router-outlet></router-outlet>
</div>