Skip to content

Commit

Permalink
Update zipcrack.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
phxa1 authored Dec 29, 2023
1 parent 1e463b5 commit 0f54aeb
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 0f54aeb

Please sign in to comment.