aes256 1.1.0 copy "aes256: ^1.1.0" to clipboard
aes256: ^1.1.0 copied to clipboard

AES CBC mode with 256-bit key, PKCS7 padding, and random salt.

example/lib/main.dart

import 'package:aes256_demo/home/home_page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(
    MaterialApp(
      title: 'AES256 Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(
          seedColor: Colors.deepPurple,
        ),
        useMaterial3: true,
      ),
      home: const HomePage(),
    ),
  );
}
copied to clipboard
3
likes
160
points
1.92k
downloads

Publisher

verified publisherknottx.dev

Weekly Downloads

2024.09.16 - 2025.03.31

AES CBC mode with 256-bit key, PKCS7 padding, and random salt.

Homepage
Repository (GitHub)
View/report issues

Topics

#aes #aes256

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

crypto, encrypt

More

Packages that depend on aes256