Skip to content

tolvumadur/rwcipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rwcipher

Read and write password-encrypted files in go

This module performs encryption and decryption in RAM, meaning there are performance consequences (i.e. swapping) if you encrypt/decrypt a file larger than you have available RAM. If performing multple encryptions concurrently, consider the cumulative memory usage to avoid OOM panics.

About

Read and write password-encrypted files in go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages