Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

Secure Samsung Clipboard

It you're like me and follow good practices with regards to passwords, you know you should never use the same one for different systems. This easily results in having 100+ passwords for the several accounts you establish as you explore the web, acquire more personal devices, etc.

A password manager app such as KeePassDroid - or one of its many alternatives - is something you cannot live without unless you reuse a couple of passwords for all your accounts, which is *really* a bad idea. Passwords with 10+ upper/lowercase letters, digits and symbols are beyond memorization. Personally, I don't know by heart more that a handful, obviously including the master password to open my database.

The problem with my Samsung Galaxy S2 is that its extended clipboard stores a history of 20 items, including the password strings that are copied to it so you can paste them on the other apps or web sites. This mod addresses the nuisance of always having to remember to go back there and clear the sensitive entries.

When this mod is active, the entire clipboard history is wiped whenever an empty string is stored there, which most password managers do after a certain timeout.

Supported devices:
- tested on Samsung Galaxy S2 (GT-I9100) 4.1.2
- should work in most of the Samsung devices above ICS, as long as the Samsung Clipboard history mechanism is the same.

Author(s): 

Tungstwenty

Source code URL: 

https://github.com/Tungstwenty/SecureSamsungClipboard

Package: 

tungstwenty.xposed.securesamsungclipboard

Version name: 

2.0

Release type: 

Stable (low risk of bugs)

Download: 

tungstwenty.xposed.securesamsungclipboard_v2_1f30d8.apk (17.04 KB)

Number of downloads: 

17,677 in total · 5 in the last 24 hours

MD5 checksum: 

1f30d820a60aeec33b1423f04a4fdc54

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project