TurtleRansom is a ransomware developed in Go, capable of encrypting common files like .doc, .docx, and .txt. It utilizes Go's crypto AES library for encryption with a hardcoded key wugui123wugui123 which can also decrypt due to the symmetric algorithm used. TurtleRansom loads files into memory, encrypts them using AES, appends a .TURTLERANSv0 extension, and overwrites the file contents with the encrypted data. In its current phase, this ransomware poses a low risk to users due to Apple's built-in security but indicates that malware authors are evolving toolsets to target macOS.