mkcapsule is a tool for saving secret data. capsule file is an executable file to extract encrypted data in the capsule file. The secret data is encrypted by MAC address of your PC automatically. You should separate and store the secret data and your PC.
- Ubuntu 20.10
- Rust
- Cargo
install
git clone https://github.com/TakutoYoshikai/mkcapsule.git
cd mkcapsule
./install.sh
# register PATH
echo export PATH=$PATH:/path/to/mkcapsule/bin >> ~/.bashrc
make a capsule
mkcapsule <SECRET FILE>
# exported capsule file in current directory.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
MIT License