Skip to content

Releases: ArjunSharda/Passeo

v1.1.3

09 Mar 19:05
2064be4
Compare
Choose a tag to compare
  • [FIXED] Fixed CLI and normal issues with encrypting and decrypting (wrong function from Fernet was used)

v1.1.2

08 Mar 20:06
2a895fd
Compare
Choose a tag to compare
  • [FIXED] Fixed CLI issues with encoding and decoding (wrong function used issue)

v1.1.1

08 Mar 14:12
7b0bd90
Compare
Choose a tag to compare
  • [FIXED] Fixed CLI issues with encoding and decoding (is_flag issue)

v1.1.0

08 Mar 13:56
5c44614
Compare
Choose a tag to compare
  • [BREAKING] Changed Passeo to a Enum, meaning that it will now be for generation for example passeo.generate, not passeo().generate.
  • [ADDED] Added encryption and decryption. It has been supported by CLI.

v1.0.9

03 Mar 13:28
9ded5d8
Compare
Choose a tag to compare
  • [ADDED] Lets you know when a password has been generated in a file.

v1.0.8

26 Jan 02:41
75ee37c
Compare
Choose a tag to compare
  • [FIX] Fixed installation problems of Passeo.

v1.0.7

25 Jan 00:19
06731af
Compare
Choose a tag to compare
  • [SECURITY] Added more security to the quickgenerate CLI version and normal version to ensure Passeo is secure.

v1.0.6

01 Jan 19:27
3ad2e6a
Compare
Choose a tag to compare
  • [SUPPORT] Added support for command line interface (CLI). Feature request can be found here, and the CLI commands will be documented in the examples page soon.
  • [ADDED] New setup.py file to support the adjustments needed for CLI.

v1.0.5

06 Dec 16:36
5f1573b
Compare
Choose a tag to compare
  • [CRITICAL SECURITY PATCH] Fixed a critical security issue that is affecting currently everyone <1.0.5. It is highly recommended to update.
  • [ADDED] Added a new quickgenerate function which can allow people to in bulk generate passwords that have letters and numbers. This will get more update as Passeo is developed to strengthen security of Passeo's users.

v1.0.4

16 Nov 16:50
7976170
Compare
Choose a tag to compare
  • [ADDED] Added case check to the strength check to Passeo, checking for uppercase/lowercase, and did some other minor improvements. See the Pull Request here.