steel_crypt 3.0.0+1 copy "steel_crypt: ^3.0.0+1" to clipboard
steel_crypt: ^3.0.0+1 copied to clipboard

A comprehensive library of high-level, cryptographic APIs. This library supports hashing, password hashing, two-way encryption, MAC authentication, and key/IV generation.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate steel_crypt
copied to clipboard

Use it

The package has the following executables:

$ decrypt
$ encrypt
$ genkey
$ hashtext
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add steel_crypt
copied to clipboard

With Flutter:

 $ flutter pub add steel_crypt
copied to clipboard

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

dependencies:
  steel_crypt: ^3.0.0+1
copied to clipboard

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:steel_crypt/steel_crypt.dart';
copied to clipboard
70
likes
130
points
270
downloads

Publisher

verified publisherkishoredev.live

Weekly Downloads

2024.09.13 - 2025.03.28

A comprehensive library of high-level, cryptographic APIs. This library supports hashing, password hashing, two-way encryption, MAC authentication, and key/IV generation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

args, pointycastle

More

Packages that depend on steel_crypt