CryptoSys API Library Manual

wipeString

Zeroise a string.

Syntax

[VBA]
Public Function wipeString ( _
    szData As String _
) As String

Parameters

szData
String to be wiped.

Return Value

String: An empty string.

Remarks

On its own this just zeroizes the string. To clear the string securely, do the following
strData = wipeString(strData)
[PREV: wipeFile...]   [Contents]   [Index]   
   [NEXT: xofBytes...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.