You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that js-sha256 produces incorrect hash for some inputs in the browser environment (issue does not reproduce in NodeJS environment).
I am currently using Chrome 120.0.6099.71.
Here is one input that produces incorrect hash:
Tehtäväsi on muotoilla teksti, jossa käyttäjälle suositellaan hänen henkilökohtaisiin tietoihinsa perustuen avioehdon tekemistä. Suosittelemme nimenomaan tätä tuotetta käyttäjän henkilökohtaisista tiedoista johtuen. Tuottamasi tekstin tulee olla lyhyt, persoonallinen, ymmärrettävä ja todenmukainen. Suositus perustuu seuraaviin seikkoihin:
Seikka 0: Avioehdon tekeminen on verohyötyjen vuoksi suositeltavaa, koska olet ilmaissut että haluat kuoleman tapauksessa turvata ensisijaisesti aviopuolisosi asemaa (ennemmin kuin lasten asemaa). Avioehdolla voit määrätä, että puolet kuolleen puolison omaisuudesta siirtyy verovapaasti leskelle.
Voit halutessasi hyödyntää seuraavia tietoja tekstin muotoilussa persoonallisemmaksi: Käyttäjällä on kumppani nimeltä PARTNER_NAME. Käyttäjällä on suurperhe. Käyttäjällä on lapsiperhe.
Puhuttele käyttäjää siihen sävyyn että tiedät jo mitä käyttäjä haluaa, koska hän on kertonut toiveistaan, ja niiden perusteella tehty suositus on ilmiselvä. Joten älä käytä epävarmoja ilmaisuja kuten "halutessasi", vaan kirjoita itsevarmoilla ilmaisuilla kuten "koska haluat". Älä tee oletuksia käyttäjän sukupuolesta, emme tiedä onko hän mies vai nainen. Älä käytä sanaa jälkikasvu, puhu ennemmin lapsesta tai lapsista riippuen onko lapsia yksi vai useampia. Älä puhuttele käyttäjää ensimmäisessä persoonassa, käytä ennemmin passiivimuotoa. Tekstin sävyn tulisi olla neutraalin asiallinen, ei melodramaattinen eikä leikkisä. Pysy totuudessa, älä keksi uusia seikkoja yllä listattujen lisäksi. Viittaa ihmisiin nimillä silloin kun se on mahdollista. Tekstin tulisi olla vain muutaman lauseen mittainen. Älä siis kirjoita pitkiä selityksiä äläkä kirjoita listoja. Tiivistä oleellinen tieto lyhyeksi ja persoonalliseksi tekstiksi.
The fastest way to reproduce is by copypasting the input to these SHA256 calculators and seeing that the calculated hashes are different:
The hash is calculated correctly until the character in position 1751 (the last "s" character in the last word of the string). For some reason the hash is calculated incorrectly at position 1751 (and, naturally, every position after that).
I tried to construct a shorter input example, but it seems that any change to the input before position 1751 causes the issue to disappear: add character, remove character, change character... any change and issue disappears.
The text was updated successfully, but these errors were encountered:
It seems that js-sha256 produces incorrect hash for some inputs in the browser environment (issue does not reproduce in NodeJS environment).
I am currently using Chrome 120.0.6099.71.
Here is one input that produces incorrect hash:
The fastest way to reproduce is by copypasting the input to these SHA256 calculators and seeing that the calculated hashes are different:
The hash is calculated correctly until the character in position 1751 (the last "s" character in the last word of the string). For some reason the hash is calculated incorrectly at position 1751 (and, naturally, every position after that).
I tried to construct a shorter input example, but it seems that any change to the input before position 1751 causes the issue to disappear: add character, remove character, change character... any change and issue disappears.
The text was updated successfully, but these errors were encountered: