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

A Dart library for IP address encryption and obfuscation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ipcrypt

With Flutter:

 $ flutter pub add ipcrypt

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

dependencies:
  ipcrypt: ^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:ipcrypt/ipcrypt.dart';
1
likes
160
points
112
downloads

Publisher

verified publisherpanda.observer

Weekly Downloads

A Dart library for IP address encryption and obfuscation.

Repository (GitHub)

Topics

#crypto #cryptography #encryption #privacy #security

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

ISC (license)

Dependencies

pointycastle

More

Packages that depend on ipcrypt