Skip to content

Releases: chardoncs/libpgfe

libpgfe v0.7.4

22 Jun 04:39
Compare
Choose a tag to compare

Change log

  • MD5 refactoring

libpgfe v0.7.2

21 Jun 10:38
Compare
Choose a tag to compare

Change log

  • MD5 buffering improvement

libpgfe v0.7.1

20 Jun 00:01
Compare
Choose a tag to compare

Change log

  • Refactoring

libpgfe v0.7.0

01 Jun 15:04
Compare
Choose a tag to compare

Change log

  • LIBRARY OVERHAUL!!! (which makes this version incompatible with v0.6), including:
    • Internal interfaces no longer exposed
    • Headers reorganized
    • Toolchain files added
    • CMake configuration updated
    • Relicensed under MIT / Apache 2.0 (Dual-licensed)
  • Auto counter in TOTP

libpgfe v0.6.1

17 Dec 11:12
Compare
Choose a tag to compare

Change log

  • TOTP for C++: Automatic counter update, which will be further implemented in v0.7.0
  • Bug fix

libpgfe v0.6.0

18 Nov 13:06
Compare
Choose a tag to compare

Change log

  • Smart pointers are used for pointer management (Thank @Yxa2111 for the suggestion!)
  • Blowfish support
  • Refactoring & optimization
  • C++ namespace changed (from chardon55::PGFE to libpgfe)
  • SequentialData: Removed ASCII detection feature
  • SequentialData: Added data trim feature

libpgfe v0.5.1

11 Nov 03:30
Compare
Choose a tag to compare

Change log

  • Refactoring
  • MD5 optimization
  • Base Encoding optimization
  • Configuration files update

libpgfe v0.5.0

30 Oct 06:19
Compare
Choose a tag to compare

Change log

  • Upgraded pointer/type management
  • Updated file structure
  • Refactoring
  • Bug fix
  • Build scripts updated

libpgfe v0.4.0

26 Oct 07:13
Compare
Choose a tag to compare

Change log

  • Changed project structure (flat -> hierarchy)
  • Upgraded HMAC implementation and interfaces
  • Upgraded algorithm selection C++ interfaces (Introduced _algstr() for converting strings to algorithm choices)
  • CMake configuration optimization
  • Testing code optimization
  • Significant refactoring
  • Tons of bug fixed

libpgfe v0.3.2

24 Oct 15:26
Compare
Choose a tag to compare

Change log

  • Bug fixes