Skip to content

Commit

Permalink
#870 Decipher tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zhabis committed Jul 12, 2023
1 parent 49ce077 commit 2adaa83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void Test_01()
public void Test_02()
{
//dcba
var cfg = "encoded=base64:ZGNiYQ pwd='$($encoded::decipher string=true)'".AsLaconicConfig(handling: Data.ConvertErrorHandling.Throw);
var cfg = " encoded=base64:ZGNiYQ pwd='$($encoded::decipher string=true)' ".AsLaconicConfig(handling: Data.ConvertErrorHandling.Throw);

using (var flow = new Azos.Security.SecurityFlowScope(Azos.Security.TheSafe.SAFE_CONFIG_ACCESS_FLAG))
{
Expand Down

0 comments on commit 2adaa83

Please sign in to comment.