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

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

example/machine_code.dart

import 'package:machine_code/machine_code.dart';

void main() {
  final code = MachineCode();
  code.md5;
  code.sha256;
  code.sha384;
  code.sha512;
}
0
likes
160
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter

More

Packages that depend on machine_code