Skip to content

Commit

Permalink
Added entry for GZipSteam
Browse files Browse the repository at this point in the history
  • Loading branch information
markjprice authored Mar 5, 2021
1 parent 9c1706f commit f0e427c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ To:
```
Assembly assembly = Assembly.GetEntryAssembly();
```

## Page 309 - Compressing streams

In Step 2, I say, `GZipSteam`. It should say, `GZipStream`.

## Pages 338 to 340 - Encrypting symmetrically with AES

The code uses 2000 iterations for PBKDF2 and I said this is "double the recommended salt size and iteration count". I first wrote that code and statement in the fall of 2015 for the first edition and I have neglected to keep it updated. More than five years later, 2000 is not enough!
Expand Down

0 comments on commit f0e427c

Please sign in to comment.