Skip to content

fgeek/pastae

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pastae

Encrypting paste service.

Features

  • Fully in-memory for ephemerality and performance by default

  • AEAD-encryption with per-paste random key and nonce using 128 bit AES-GCM

  • Burn after reading, no explicit overwriting is needed because of the encryption

  • Additional scrambling of encryption keys to defend against current and future SPECTRE and MELTDOWN type attacks in hosted deployments

  • Pastes can be optionally stored to disk with metadata in PostgreSQL database

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 68.5%
  • HTML 31.5%