Examples – AASTRA 6700i series, 9143, 9480i, 9480i CT SIP Administrator Guide EN User Manual

Page 691

Advertising
background image

7-4

41-001343-01 Rev 03, Release 3.2.2

Examples

The following examples illustrate the use of the anacrypt.exe file.

Example 1

Generating a security.tuz file with password 1234abcd

For firmware version 2.2.0 and up:

C:\>anacrypt -i -p 1234abcd

For any firmware version:

C:\>anacrypt -i -p 1234abcd -v1

Example 2

Encrypting a single aastra.cfg file with password 1234abcd

C:\>anacrypt aastra.cfg -p 1234abcd

Example 3

Encrypting a <mac>.cfg file with password 1234abcd

C:\>anacrypt 00085d000000.cfg -p 1234abcd

Example 4

Encrypting a <mac>.cfg file with password 1234abcd using the new MAC encryption (-m is

only supported for firmware version 2.2.0 and up)

C:\>anacrypt 00085d000000.cfg -m -p 1234abcd

Example 5

Encrypting all cfg files in C:\data with password 1234abcd using the new MAC encryption and

generating a security.tuz file at the same time.(2.2.0 and up)

C:\>anacrypt -d C:\data -p 1234abcd -m -i

Example 6

Encrypting all cfg files in C:\data with password 1234abcd using the and generating a

security.tuz file at the same time for all firmware versions.(any version)

C:\>anacrypt -d C:\data -p 1234abcd -i -v1

Advertising