seckit 1.0.5 copy "seckit: ^1.0.5" to clipboard
seckit: ^1.0.5 copied to clipboard

Secure cryptographic utilities for Dart JWT authentication, field encryption, password hashing, and deterministic hashing.

Changelog #

All notable changes to this project will be documented in this file.

1.0.5 - 2025-10-08 #

Fixed #

  • Use correct Dart SDK versions
  • Update minimum Dart SDK to 3.2.0 for test package compatibility
  • Update minimum Dart SDK

Miscellaneous Tasks #

  • Update SDK on github actions
  • Track pubspec.lock and fix library declaration

Release #

  • V1.0.4

1.0.4 - 2025-10-08 #

Miscellaneous Tasks #

  • Improve pub.dev score - add platforms support and clean changelog
  • Update SDK constraint to ^3.0.0 for better compatibility

Release #

  • V1.0.3

1.0.3 - 2025-10-07 #

Miscellaneous Tasks #

  • Update async_lite to 0.0.7

Release #

  • V1.0.2

1.0.2 - 2025-10-02 #

Documentation #

  • Update README for version 1.0.1

Release #

  • V1.0.1

1.0.1 - 2025-10-02 #

Release #

  • V1.0.0

1.0.0 - 2025-10-02 #

Added #

  • Add JWT token generation and validation with HS256
  • Add AES-256-CBC field encryption with HMAC authentication
  • Add bcrypt password hashing utilities
  • Add deterministic HMAC-SHA256 hasher for searchable fields
  • Add email masking utility functions
  • Add project configuration and core exports
  • Add complete usage example demonstrating all features
  • Add project dependencies and Dart SDK configuration
  • Add command-line interface entry point
  • Add automated release script
  • Add development automation script

Documentation #

  • Add comprehensive README with usage examples and security notes
  • Add initial changelog following Keep a Changelog format
  • Add scripts documentation
  • Prepare changelog for initial release

Fixed #

  • Update README and remove publish_to from pubspec

Miscellaneous Tasks #

  • Add Dart analysis options and linting rules
  • Add MIT license
  • Add git-cliff configuration for changelog generation
  • Add gitignore and Flutter version management
  • Add GitHub Actions workflow for automated testing
  • Improve git-cliff configuration with proper versioning
1
likes
160
points
73
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Secure cryptographic utilities for Dart JWT authentication, field encryption, password hashing, and deterministic hashing.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

async_lite, bcrypt, crypto, encrypt, jaguar_jwt, path

More

Packages that depend on seckit