Cloudproof-py

Latest version: v5.0.0

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

3.1.0

Features

- Add Format-Preserving-Encryption (FPE):
- add integer and big integers encryption (as string with radix and digits)
- add string encryption according to given alphabet
- "numeric": 0123456789
- "hexa_decimal": 0123456789abcdef
- "alpha_lower": abcdefghijklmnopqrstuvwxyz
- "alpha_upper": ABCDEFGHIJKLMNOPQRSTUVWXYZ
- "alpha": abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- "alpha_numeric": 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- "utf": creates an Alphabet with the first 63489 (~2^16) Unicode characters
- "chinese": creates an Alphabet with the Chinese characters
- "latin1sup": creates an Alphabet with the latin-1 and latin1-supplement characters (supports French)
- "latin1sup_alphanum": creates an Alphabet with the latin-1 and latin1-supplement characters but without the non alphanumeric characters (supports French)
- add float encryption

---

3.0.0

Features

- Support cover_crypt v11.0 (20)
- Update to Findex 3.0 (21)

---

2.0.1

Documentation

- Update examples with `progress_callback`

Testing

- Fix int conversions for new regressions tests
- Renew non-reg cover_crypt tests
- Uniformize findex dataset

Ci

- Add cross tests
- Clean github cache for each completed PR

2.0.0

Features

- Add KMS support
- Add CoverCrypt (post-quantum resistant) support

Changed

- `Findex.search` core function only returns `Location`s

---

1.0.1

Features

- Add findex example using dict
- Add cover crypt example
- Add `fetch_chains_batch_size` to findex search

---

1.0.0

Documentation

- Add sphinx support for automatic doc generation

Features

- Add package setup
- Add abstract class around FindexInternal
- Add sqlite example for upsert and search
- Add sub-word graph generation util function for Findex
- Make an interactive cli demo

Testing

- Add SQLite findex tests
- Add CoverCrypt tests

Ci

- Add automatic package build in github workflow
- Add automatic package publishing in github workflow

<!-- generated by git-cliff -->

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.