EnglishFrenchSpanish

Ad


OnWorks favicon

rotix - Online in the Cloud

Run rotix in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command rotix that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


rotix - A program to generate rotational obfuscations

SYNOPSIS


rotix [ -f file ] [ -o file ] [ -r value ]

rotix -t text [ -o file ] [ -r value ]

DESCRIPTION


rotix is a program that creates rotational obfuscations. Most famously in this field is
the ROT-13 obfuscation.

Please note that rotix creates obfuscations and not encryptions. You should not consider
your data safe when you ran rotix over it. rotix-like programs are only used to have a
"public secret". Mostly to prevent people from directly reading it, in case of offensive
material or the like. Use it as such and not as an encryption tool. If you want to
encrypt your data have a look at gpg(1).

OPTIONS


-f file, --file=file
Specifies a file that contains the text to rotate. This can be stdin (indicated
with a dash "-").

This option cannot be used in conjunction with -t. When neither is given, -f - is
assumed.

-o file, --output=file
The output is appended to the specified file. You can specify stdout (again,
indicated by a single dash "-"). In fact, stdout is assumed when this option is
omitted.

-r value, --rot=value
Specifies the rotational value to use. When -r is omitted, -r 13 is assumed.
Negative values are accepted.

A special value is 'auto'. rotix will then output every unique obfuscation. Please
note that this generates at least 25 lines of output. You might want to specify an
output-file or pipe it to more or less.

-a, --auto
Alias for -r auto

-t text, --text=text
This specifies the text to rotate. You cannot use it in conjunction with -f.

Please note that -t takes exactly 1 (one) parameter. So if you have special
characters (like spaces) in your text, you might want to escape or quote them.

-R, --right
This rotates the letters to the right. [Default]

-L, --left
This rotates the letters to the left.

-h, --help
Displays the command-line options.

-v, --version
Outputs the version number of rotix.

TIPS


If you have large amounts of text that is rotated and of which you do not what the
rotational value is, specify the -t option and give the first line of the text as
parameter. Use -a to check which rotational value is used. Then use that value to
deobfuscate the entire text. This is easier and faster.

If you specify -a it is always a good idea to use less.

Rotix has the ability to recalculate values. A rotational value of 27 will be recalculated
to 1. Rotix can also handle negative values. However, you can use the -L and -R options
as well to keep using the same values. It is a matter of taste.

COPYRIGHT


Rotix is Copyright © 2001 Sjoerd Hemminga

This is free software; see the source for copying conditions. There is NO warranty; not
even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

REPORTING BUGS


Please report bugs to <[email protected]>

Use rotix online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad