machine_code 0.0.6 copy "machine_code: ^0.0.6" to clipboard
machine_code: ^0.0.6 copied to clipboard

outdated

Generating machine codes of different lengths through hard drive's uuid and salt.

Machine Code #

Current Version

Generating machine codes of different lengths through hard drive's uuid and salt.

Install #

flutter pub add machine_code

Getting started #

import 'package:machine_code/machine_code.dart';

void main() {
  final code = MachineCode();
  print(code.md5);
  print(code.sha256);
  print(code.sha384);
  print(code.sha512);
}

0
likes
0
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Generating machine codes of different lengths through hard drive's uuid and salt.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter

More

Packages that depend on machine_code