Skip to content

Commit

Permalink
Merge pull request #83 from chaitin/chore-patch-zipcrak
Browse files Browse the repository at this point in the history
Update zipcrack.tsx
  • Loading branch information
phxa1 authored Dec 29, 2023
2 parents 1e463b5 + 0f54aeb commit f06c347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/zipcrack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const Hash: React.FC = () => {
['number', 'string', 'array', 'number'],
[
maxLength,
':' + alphabet.split('').sort().join(''),
alphabet.split('').sort().join(''),
new Uint8Array(data, 0, data.byteLength),
data.byteLength,
//new Uint8Array(data, 0, Math.min(data.byteLength, 50 * 1024)),
Expand Down

0 comments on commit f06c347

Please sign in to comment.