Skip to content

Releases: ricwein/Crypto

2.1.1

27 Apr 12:48
3f18740
Compare
Choose a tag to compare
bugfix to allow partial KeyPair loading by making entries optional

introduces asymmetric un/sealing

26 Apr 09:05
4a61281
Compare
Choose a tag to compare
  • seal/unseal provides an easy asymmetric en & decryption, using only
    a public key to encrypt a message or file (classic asymmetric encryption).
    Therefor a signing using a private key is omitted.

2.0.0: refactors for php 8.0

23 Apr 11:27
49b4f63
Compare
Choose a tag to compare

BREAKING CHANGES:

  • renamed new Key($key) to Key::load($key)
  • renamed (new Key)->keygen() to Key::generate()
  • renamed (new Key)->keygen($password, $salt) to Key::generateFrom($password, $salt)
  • renamed new KeyPair($keys) to KeyPair::load($keys)
  • renamed (new KeyPair)->keygen() to KeyPair::generate()
  • renamed (new KeyPair)->keygen($password, $salt) to KeyPair::generateFrom($password, $salt)
  • now requires php 8.0

1.2.1: code cleanup

15 Apr 11:27
716181b
Compare
Choose a tag to compare
- fixes some typos
- fixes final private function warning

1.2.0

05 Apr 20:35
56ed058
Compare
Choose a tag to compare

migrates library to php 7.4 and ricwein/filesystem 2.1

1.1.1: Bugfix-Release

29 Aug 11:45
d6ec5cd
Compare
Choose a tag to compare
fixes potential issues in file-crypto destination handling

1.1: Maintenance & Bugfix-Release

29 Aug 10:55
fc24650
Compare
Choose a tag to compare
updates dependencies

1.0.2

31 Jul 18:11
048d514
Compare
Choose a tag to compare

adds file-crypto

1.0.1

20 Jul 12:55
791ea24
Compare
Choose a tag to compare
exposes asymmetrics crpyto `deriveKeyPair()` to public

1.0

19 Jul 14:54
20ffc71
Compare
Choose a tag to compare
1.0
fixes missing use statement in readme