Skip to content

Commit

Permalink
Add option to select hashing algorithm
Browse files Browse the repository at this point in the history
You can now select from several different hashing algorithms for creating the hashes used by the index to detect changes. SHA256 is the default, and should help those working in a FIPS mode environment.
  • Loading branch information
joyfullservice committed Mar 9, 2021
1 parent d5f163e commit ecbb392
Show file tree
Hide file tree
Showing 6 changed files with 535 additions and 306 deletions.
2 changes: 1 addition & 1 deletion Version Control.accda.src/dbs-properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"Type": 10
},
"AppVersion": {
"Value": "3.3.10",
"Value": "3.3.11",
"Type": 10
},
"Auto Compact": {
Expand Down
10 changes: 5 additions & 5 deletions Version Control.accda.src/forms/frmVCSMain.bas
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Begin Form
Width =9360
DatasheetFontHeight =11
ItemSuffix =32
Left =3225
Top =2430
Right =28545
Bottom =15015
Left =-25575
Top =1710
Right =-5925
Bottom =14295
DatasheetGridlinesColor =15132391
RecSrcDt = Begin
0x79e78b777268e540
Expand Down Expand Up @@ -2023,7 +2023,7 @@ End Sub
' : is instant when the form is opened.
'---------------------------------------------------------------------------------------
'
Private Sub Form_Load()
Public Sub Form_Load()

' Display version (better performance than bound control)
lblVersion.Caption = "Version " & GetVCSVersion()
Expand Down
Loading

0 comments on commit ecbb392

Please sign in to comment.