package
0.0.0-20250121163930-5c1bdff472cd
Repository: https://github.com/kahlys/codex.git
Documentation: pkg.go.dev

# README

basespy

A tool to reveal hidden datas in base32/base64 encoded strings.

Usage

Basic usage

The tool takes as arguments:

  • in : a file with encoded strings
  • sep : the separator character of encoded strings (default newline)
  • base : encoding type (32 for base32 or 64 for base64)

You can read help:

basespy -h

Example

$ basespy -in examples/encoded.txt 
Read file examples/encoded.txt
Searching for hidden datas

Base_sixty_four_point_five

# Functions

No description provided by the author
No description provided by the author