trusted_time 2.0.3 copy "trusted_time: ^2.0.3" to clipboard
trusted_time: ^2.0.3 copied to clipboard

Tamper-proof network time for Flutter. Anchored to hardware monotonic clocks with optional NTS (RFC 8915) to prevent system-time manipulation and network-level spoofing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add trusted_time

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

dependencies:
  trusted_time: ^2.0.3

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:trusted_time/trusted_time.dart';
12
likes
160
points
359
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Tamper-proof network time for Flutter. Anchored to hardware monotonic clocks with optional NTS (RFC 8915) to prevent system-time manipulation and network-level spoofing.

Repository (GitHub)
View/report issues
Contributing

Topics

#time #ntp #security #anti-fraud #tamper-proof

License

MIT (license)

Dependencies

cryptography, flutter, flutter_secure_storage, flutter_web_plugins, http, ntp, nts, timezone, web

More

Packages that depend on trusted_time

Packages that implement trusted_time