CalsRanna / machine_code

Generating machine codes of different lengths through a series of computer-assisted information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);
}

About

Generating machine codes of different lengths through a series of computer-assisted information.

License:MIT License


Languages

Language:Dart 100.0%