Skip to content

Command line tool to generate crafty homograph strings.

License

Notifications You must be signed in to change notification settings

hartl3y94/samesame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

samesame is a lightweight utility for replacing ASCII characters with homograph (look-alike) characters.

samesame is under active development and is public domain software.

In other words: do whatever you want with it, just don't be a dick.

See the LICENSE.txt file for slightly more info.

BUILD

cargo build

Artifacts will be in the ./target/debug folder by default

RUN

samesame "TEXT"

or

$cmd | samesame

Options:

-d - Discreet Mode
-z - Insert word joiners (U+2060)
-i="infile" - Pass input as a file
-o="outfile" - Write result to a file
-v - Verbose mode
-h - Print Help
-w - Swap ' ' for various unicode whitespaces
-n - Swap numbers out as well as letters
-l - Swap out character pairs for equivalent ligatures

About

Command line tool to generate crafty homograph strings.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%