@model Teknik.Areas.Upload.ViewModels.UploadViewModel @using Teknik.Areas.Vault.Models

DRAG & DROP

Or select files from your system

(Individual file size limit @StringHelper.GetBytesReadable(Model.MaxUploadSize))
@if (!User.Identity.IsAuthenticated) { @: } else { @: }

Each file is encrypted after upload using an AES-256-CTR cipher. You can encrypt it within your browser for extra security by setting the option Encrypt in Browser in the options pane.