Skip to content

Releases: Astorias96/MacOS_Scripting_Library

MacOS_AES256_Decrypt_String

20 Jun 22:52
13b7a9b

Choose a tag to compare

This GUI decrypts a string (e.g. password) using a given salt and key (AES-256).

MacOS_AES256_Encrypt_String

20 Jun 22:54
13b7a9b

Choose a tag to compare

This GUI encrypts a string (e.g. password) using a given salt and key (AES-256).

MacOS_Convert_DMG2ISO

20 Jun 22:57
13b7a9b

Choose a tag to compare

This GUI converts a DMG image into an ISO image file.

MacOS_Convert_PLIST2XML

20 Jun 22:59
13b7a9b

Choose a tag to compare

This GUI converts a PLIST file into a readable XML file.

MacOS_Convert_VIDEO2MP4

20 Jun 23:00
13b7a9b

Choose a tag to compare

This GUI converts a video file (most current file formats) into a MP4 video file.

MacOS_EditHostFile

20 Jun 23:02
13b7a9b

Choose a tag to compare

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

20 Jun 23:05
13b7a9b

Choose a tag to compare

This GUI receives a single file (from a remote server) using the SCP file transfer protocol.
(Prerequisite: existing ssh configuration)

MacOS_SCP_Receive_Folder

20 Jun 23:07
13b7a9b

Choose a tag to compare

This GUI receives an entire folder (from a remote server) using the SCP file transfer protocol.
(Prerequisite: existing ssh configuration)

MacOS_SCP_Send_File

20 Jun 23:08
13b7a9b

Choose a tag to compare

This GUI sends a single file (to a remote server) using the SCP file transfer protocol.
(Prerequisite: existing ssh configuration)

MacOS_SCP_Send_Folder

20 Jun 23:09
13b7a9b

Choose a tag to compare

This GUI sends an entire folder (to a remote server) using the SCP file transfer protocol.
(Prerequisite: existing ssh configuration)