steganography 0.1.0 copy "steganography: ^0.1.0" to clipboard
steganography: ^0.1.0 copied to clipboard

PlatformAndroidiOS
unlisted

Flutter plugin for encrypting text (AES-256-GCM, GOST Magma CTR) and hiding it in PNG/JPEG images using native LSB and JPEG-DCT steganography on Android and iOS.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate steganography

Use it

The package has the following executables:

$ steganography

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add steganography

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

dependencies:
  steganography: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:steganography/steganography.dart';
0
likes
150
points
125
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for encrypting text (AES-256-GCM, GOST Magma CTR) and hiding it in PNG/JPEG images using native LSB and JPEG-DCT steganography on Android and iOS.

Repository (GitHub)
View/report issues

Topics

#steganography #cryptography #image #security #encryption

License

MIT (license)

Dependencies

args, cryptography, ffi, flutter, image

More

Packages that depend on steganography

Packages that implement steganography