IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

rand_bytes_length Property

The length of the byte array to be generated.

Syntax

def get_rand_bytes_length() -> int: ...
def set_rand_bytes_length(value: int) -> None: ...

rand_bytes_length = property(get_rand_bytes_length, set_rand_bytes_length)

Default Value

16

Remarks

This property specifies the length of the random byte array to be generated. The rand_bytes property will hold the byte array after get_next_bytes is called. The default value is 16.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Python Edition - Version 20.0 [Build 8155]