Changes between Initial Version and Version 1 of apple-dev


Ignore:
Timestamp:
Jun 22, 2023, 5:14:48 PM (2 years ago)
Author:
Eric Pettersen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • apple-dev

    v1 v1  
     1On plato, in /usr/local/projects/chimerax/builds, the file apple_id.enc contains the information for accessing our Apple Developer RBVI account.  It is encrypted, and should be decrypted with the command:
     2
     3openssl aes-256-cbc -d -a -pbkdf2 -in apple_id.enc -out apple_id
     4
     5The password required for decryption is the chimera password, which at the time of this writing is two words and a location.  The resulting apple_id file will be plain text and should not be left lying around longer than necessary.  If the information in the file needs updating, the corresponding encryption command is:
     6
     7openssl aes-256-cbc -a -salt -pbkdf2 -in apple_id -out apple_id.enc
     8