encrypt_game[source]

encrypt_game(p:"The path to the game save.", year:"year to decrypt", month:"month to decrypt", day:"day to decrypt", hour:"hour to decrypt", minute:"minute to decrypt", block_sz:"The block size to encrypt the file. Should be multiples of 8"=65536, verbose:"print debug print statements. Will show the original key."=False)

!encrypt_game 'test save' 2020 12 11 18 15
 
[WDM] - Current google-chrome version is 87.0.4280
[WDM] - Get LATEST driver version for 87.0.4280
[WDM] - There is no [linux64] chromedriver for browser 87.0.4280 in cache
[WDM] - Get LATEST driver version for 87.0.4280
[WDM] - Trying to download new driver from http://chromedriver.storage.googleapis.com/87.0.4280.88/chromedriver_linux64.zip
[WDM] - Driver has been saved in cache [/home/play_it_later/.wdm/drivers/chromedriver/linux64/87.0.4280.88]
Please pick from these days in month 12: (12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31)

decrypt_game[source]

decrypt_game(p:"The path to the game save.", prefix:"Where to put the decrypted file.", verbose:"print debug print statements. Will show the original key."=False, mv_original_dir:"Move to the original directory."=False)

!decrypt_game test_save decrypted --verbose y