hide_my_code 1.0.1 copy "hide_my_code: ^1.0.1" to clipboard
hide_my_code: ^1.0.1 copied to clipboard

Hide and encrypt files in your repository with password protection.

example/hide_my_code_example.dart

/// Example of how to use the hide_my_code package.
///
/// This example demonstrates the basic usage of the hide_my_code package.
void main() {
  // The hide_my_code package is primarily used as a command-line tool.
  // Run `dart run hide_my_code` or `flutter run hide_my_code` to use it.
  print('Run `dart run hide_my_code` to use the hide_my_code tool.');
}
9
likes
150
points
79
downloads

Publisher

unverified uploader

Weekly Downloads

Hide and encrypt files in your repository with password protection.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, crypto, encrypt, io, path

More

Packages that depend on hide_my_code