Skip to content

Commit f0716ce

Browse files
committed
chore: release 3.1.0 for FPE
1 parent 8ea1eb3 commit f0716ce

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7+
## [3.1.0] - 2023-04-06
8+
9+
### Features
10+
11+
- Add Format-Preserving-Encryption (FPE):
12+
- add integer and big integers encryption (as string with radix and digits)
13+
- add string encryption according to given alphabet
14+
- "numeric": 0123456789
15+
- "hexa_decimal": 0123456789abcdef
16+
- "alpha_lower": abcdefghijklmnopqrstuvwxyz
17+
- "alpha_upper": ABCDEFGHIJKLMNOPQRSTUVWXYZ
18+
- "alpha": abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
19+
- "alpha_numeric": 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
20+
- "utf": creates an Alphabet with the first 63489 (~2^16) Unicode characters
21+
- "chinese": creates an Alphabet with the Chinese characters
22+
- "latin1sup": creates an Alphabet with the latin-1 and latin1-supplement characters (supports French)
23+
- "latin1sup_alphanum": creates an Alphabet with the latin-1 and latin1-supplement characters but without the non alphanumeric characters (supports French)
24+
- add float encryption
25+
26+
---
27+
728
## [3.0.0] - 2023-03-08
829

930
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cloudproof_py = ["py.typed", "*.pyi"]
77

88
[project]
99
name = "cloudproof_py"
10-
version = "3.0.0"
10+
version = "3.1.0"
1111
authors = [{ name = "Cosmian Tech", email = "tech@cosmian.com" }]
1212
description = "Python library for Cosmian Cloudproof"
1313
readme = "README.md"

0 commit comments

Comments
 (0)