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
Copy file name to clipboardExpand all lines: 2-Draft-Accepted/RFC0018-Get-StringHash.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
RFC: 0018
3
3
Author: Ilya Sazonov
4
-
Status: Draft
4
+
Status: Draft-Accepted
5
5
SupercededBy: n/a
6
6
Version: 0.1
7
7
Area: Cmdlet
@@ -178,3 +178,26 @@ Best behavior is to create null as result hash for null string and generate non-
178
178
We cosider `Base64` as special encoding and not a hash. It is recomended to implement `Base64` encoding in some `ConvertTo-Base64` and `ConvertFrom-Base64` cmdlets.
179
179
180
180
We could split the `Get-Hash` functionality on `Get-FileHash` and `Get-StringHash` cmdlets or even `Get-FileHash`, `Get-StreamHash` and `Get-StringHash`.
181
+
182
+
---------------
183
+
## PowerShell Committee Decision
184
+
185
+
### Voting Results
186
+
187
+
Jason Shirk: Accept
188
+
189
+
Joey Aiello: Accept
190
+
191
+
Bruce Payette: Accept
192
+
193
+
Steve Lee: Accept
194
+
195
+
Hemant Mahawar: Accept
196
+
197
+
### Majority Decision
198
+
199
+
Commmittee agrees that this RFC satisfies the motivation for supporting hashing of objects other than files. Request is to ensure default parameter set matches existing `Get-FileHash` to maintain compatibility. This should be in Microsoft.PowerShell.Utility module.
0 commit comments