Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Update encryption to AES-128-GCM #8746

Merged
merged 9 commits into from
Aug 2, 2023
Merged

Update encryption to AES-128-GCM #8746

merged 9 commits into from
Aug 2, 2023

Conversation

mitsuaki-u
Copy link
Contributor

@mitsuaki-u mitsuaki-u commented Jul 17, 2023

What was the problem?

This PR resolves #8750

How was it solved?

Updated lisk-cryptography encrypt and decrypt functions

How was it tested?

Updated relevant tests

@mitsuaki-u mitsuaki-u self-assigned this Jul 17, 2023
@mitsuaki-u mitsuaki-u force-pushed the update_encryption branch 3 times, most recently from 109704a to a049aee Compare July 19, 2023 11:33
@mitsuaki-u mitsuaki-u changed the title Update encryption to AES 128CTR Update encryption to AES-128-GCM Jul 31, 2023
@mitsuaki-u mitsuaki-u changed the base branch from release/6.0.0 to development July 31, 2023 12:19
@mitsuaki-u mitsuaki-u force-pushed the update_encryption branch 2 times, most recently from 469353a to c2fb065 Compare July 31, 2023 13:35
@mitsuaki-u mitsuaki-u marked this pull request as ready for review August 1, 2023 08:40
@mitsuaki-u mitsuaki-u changed the base branch from development to release/6.0.0 August 1, 2023 11:41
@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Merging #8746 (d13e886) into release/6.0.0 (d13e886) will not change coverage.
The diff coverage is n/a.

❗ Current head d13e886 differs from pull request most recent head 23b48cb. Consider uploading reports for the commit 23b48cb to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff               @@
##           release/6.0.0    #8746   +/-   ##
==============================================
  Coverage          83.33%   83.33%           
==============================================
  Files                594      594           
  Lines              22335    22335           
  Branches            3293     3293           
==============================================
  Hits               18613    18613           
  Misses              3722     3722           

@shuse2 shuse2 enabled auto-merge (squash) August 2, 2023 15:03
@shuse2 shuse2 merged commit fe8edad into release/6.0.0 Aug 2, 2023
8 checks passed
@shuse2 shuse2 deleted the update_encryption branch August 2, 2023 16:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update encryption to AES-128-GCM
3 participants