obfuscate 0.0.1 copy "obfuscate: ^0.0.1" to clipboard
obfuscate: ^0.0.1 copied to clipboard

Dart CLI tool and library for text obfuscation and deobfuscation using custom mapping, Base64, ROT13, XOR, and string reversal.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate obfuscate

Use it

The package has the following executables:

$ obfuscate

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add obfuscate

With Flutter:

 $ flutter pub add obfuscate

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  obfuscate: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:obfuscate/obfuscate.dart';
2
likes
150
points
133
downloads

Publisher

unverified uploader

Weekly Downloads

Dart CLI tool and library for text obfuscation and deobfuscation using custom mapping, Base64, ROT13, XOR, and string reversal.

Repository (GitHub)
View/report issues

Topics

#cli #obfuscation #encryption #text-processing #security

Documentation

API reference

License

MIT (license)

Dependencies

args

More

Packages that depend on obfuscate