Ivan's Blog
  • Blog
  • Who
  • CTF
Sign in

Development

A collection of 3 posts
Introducing security.plist
iOS

Introducing security.plist

tl;dr It's like security.txt [https://securitytxt.org/] but for iOS applications [https://securityplist.ivrodriguez.com/]. As probably you know by now, I spend a lot of my free time reverse engineering iOS applications. But when I find a vulnerability in one of them, it's
21 Nov 2019 2 min read
Created an "age" mobile client
Cryptography

Created an "age" mobile client

A few days ago Filippo Valsorda [https://twitter.com/FiloSottile] twitted about a simple, secure and modern encryption tool that will hopefully substitute gpg [https://gnupg.org/]. Filippo, along with Ben Cox [https://twitter.com/Benjojo12], published a document detailing the output file and key formats as well as some
20 May 2019 2 min read
Formatting phone numbers in Swift
Development

Formatting phone numbers in Swift

A simple code snippet to format 10 digit phone numbers in Swift 4.0, instead of including a big library, just implement a delegate function and a formatting function: * The UITextFieldDelegate function func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool { var fullString = textField.text ?? "
11 Mar 2018 1 min read
Page 1 of 1
Ivan's Blog © 2025
Powered by Ghost