NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

EncryptionAlgorithm Parameter (Send-CloudStorage Cmdlet)

The encryption algorithm.

Syntax

Send-CloudStorage -EncryptionAlgorithm string

Remarks

This property specifies the encryption algorithm to be used. Encryption is only applied if EncryptionPassword is non-empty. The maximum allowable key size is automatically used for the selected algorithm. Possible values are:

AlgorithmKey Size
0 (AES - default) 256
1 (Blowfish) 448
2 (CAST) 128
3 (DES) 64
4 (IDEA) 127
5 (RC2) 128
6 (RC4) 2048
7 (TEA) 128
8 (TripleDES) 192
9 (Twofish) 256

Default Value

0

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]