Jump to content

SHA-256: Difference between revisions

527 bytes added ,  6 years ago
no edit summary
No edit summary
Line 1,914:
 
(bye)</lang>
 
=={{header|PowerShell}}==
{{works with|PowerShell 5.0}}
<lang PowerShell>
Set-Content -Value "Rosetta code" -Path C:\Colors\blue.txt -NoNewline -Force
Get-FileHash -Path C:\Colors\blue.txt -Algorithm SHA256
</lang>
{{out}}
<pre>
Algorithm Hash Path
--------- ---- ----
SHA256 764FAF5C61AC315F1497F9DFA542713965B785E5CC2F707D6468D7D1124CDFCF C:\Colors\blue.txt
</pre>
 
=={{header|PureBasic}}==
308

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.