SkillAgentSearch skills...

Nakamoto

Nakamoto is a 2 layer encryption tool to protect your data and your cyptocurrency

Install / Use

/learn @devfabiosilva/Nakamoto
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Nakamoto

Nakamoto is a 2 layer encryption tool to protect your data and your cryptocurrency private keys

Usage

There are 3 types of usage:

  • Generate random passwords

Example:

./nakamoto g
  • Encrypt file

Example:

Encrypt file myfile.txt

./nakamoto enc myfile.txt
  • Decrypt file

Decrypt file out.nkm

./nakamoto dec out.nkm

Building

Requirements

  • Openssl 3.3 or later
  • CMake 4.3 or later

First time installation

You need to install Open SSL.

make install_ssl

NOTE You only need to do this step once

Build nakamoto

make

Cleaning

Cleaning project

make clean

Cleaning Compiled Openssl libs

make remove_ssl

Test project

make test

Have fun :)

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated4mo ago
Forks0

Languages

C

Security Score

92/100

Audited on Nov 13, 2025

No findings