Releases: Astorias96/MacOS_Scripting_Library
MacOS_AES256_Decrypt_String
This GUI decrypts a string (e.g. password) using a given salt and key (AES-256).
MacOS_AES256_Encrypt_String
This GUI encrypts a string (e.g. password) using a given salt and key (AES-256).
MacOS_Convert_DMG2ISO
This GUI converts a DMG image into an ISO image file.
MacOS_Convert_PLIST2XML
This GUI converts a PLIST file into a readable XML file.
MacOS_Convert_VIDEO2MP4
This GUI converts a video file (most current file formats) into a MP4 video file.
MacOS_EditHostFile
This little applet serves as a shortcut to launch Terminal.app and edit the HOSTS file using the NANO text editor.
MacOS_SCP_Receive_File
This GUI receives a single file (from a remote server) using the SCP file transfer protocol.
(Prerequisite: existing ssh configuration)
MacOS_SCP_Receive_Folder
This GUI receives an entire folder (from a remote server) using the SCP file transfer protocol.
(Prerequisite: existing ssh configuration)
MacOS_SCP_Send_File
This GUI sends a single file (to a remote server) using the SCP file transfer protocol.
(Prerequisite: existing ssh configuration)
MacOS_SCP_Send_Folder
This GUI sends an entire folder (to a remote server) using the SCP file transfer protocol.
(Prerequisite: existing ssh configuration)