cloudproof 4.1.1 copy "cloudproof: ^4.1.1" to clipboard
cloudproof: ^4.1.1 copied to clipboard

Cloudproof Encryption provides libraries and tools to encrypt large repositories of data - Big Data - with high performance and advanced secure techniques in zero trust environments. It also provides [...]

Changelog #

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

[4.1.1] - 2023-05-23 #

Bug Fixes #

  • Tests on published package -> Missing generated ffi bindings in published package
  • Serialization failing silently when output buffer not large enough:
    • in case of fetch callback error, flutter now returns the amount of memory to allocate (used in Rust)
    • it allows the Rust code to retry with this correct size
  • Update Findex 2.0.3 to 2.0.4 to fix the allocation size of the output buffer used in fetchEntries callback

[4.1.0] - 2023-05-16 #

Features #

  • Update Findex 2.0.2 -> 2.0.3 to support fetching multiple entry table values

[4.0.4] - 2023-04-25 #

Bug Fixes #

  • Rethrow findex callbacks error

[4.0.3] - 2023-01-16 #

Miscellaneous Tasks #

[4.0.1] - 2023-01-13 #

Features #

  • Add wrapping functions for callbacks in Findex to help simplify implementation of callbacks
  • Add insecureFetchChainsBatchSize argument to Findex.search to reduce the number of fetchChains calls during searches

Miscellaneous Tasks #

  • Merge tag 'v4.0.0' into develop

Testing #

  • Check non regression on existing SQLite db
  • Rework upsertEntries

Ci #

  • Rename sqlite filename

[4.0.0] - 2022-12-20 #

Features #

  • Support findex v1.0.1

Miscellaneous Tasks #

  • Merge tag 'v3.1.0' into develop
  • Update findex native libraries to 1.0.1

[3.1.0] - 2022-12-20 #

Features #

  • Add policy class for cover_crypt

Miscellaneous Tasks #

  • Merge tag 'v3.0.1' into develop
  • Update version

Refactor #

  • Rename IndexRow to UidAndValue to align with another languages
  • Rename Word to Keywords

Testing #

  • Add public doc test

Ci #

  • No interaction when autopublish

[3.0.1] - 2022-12-14 #

Changed #

  • fix package installation

[3.0.0] - 2022-12-12 #

Added #

  • add FFI call for cover_crypt encryption
  • test vectors verification on cover_crypt

Changed #

  • update to cover_crypt 8.0.0 and findex 0.12.0
  • decrypt with authentication data

Fixed #

Removed #


[2.0.0] - 2022-11-17 #

Added #

Changed #

  • update to cover_crypt 7.1.0 and findex 0.10.0

Fixed #

Removed #


[1.0.1] - 2022-10-26 #

Added #

Changed #

Fixed #

  • count function of SQLite test

Removed #


[1.0.0] - 2022-10-12 #

Added #

Changed #

  • Create first major semver version

Fixed #

Removed #


[0.1.0] - 2022-10-10 #

Added #

Changed #

  • Update Android libs, iOS, MacOS and Windows

Fixed #

Removed #

[0.0.1] - 2022-10-03 #

CoverCrypt #

  • Decryption with CoverCryptDecryption
  • Decryption with CoverCryptDecryptionWithCache

Findex #

  • Search
  • Upsert
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Cloudproof Encryption provides libraries and tools to encrypt large repositories of data - Big Data - with high performance and advanced secure techniques in zero trust environments. It also provides encrypted indexing and encrypted searches to quickly and securely find and retrieve encrypted data.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi, flutter, path, plugin_platform_interface, tuple

More

Packages that depend on cloudproof