Encrypter Decrypter - My second Android app - Android Apps and Games

Encrypter Decrypter is my second Android app. Again, this is a simple app but does what it needs to do perfectly.
Encrypter Decrypter - My second Android app
This app can convert your text in a reasonably secure text.
Note: Saved files are saved in /sdcard/EncryptorDecryptor/Encrypted_Texts
Compatibility: Android 3.0 (Honeycomb) and above
------------------------------------------------
Features:
- Encrypt and the encrypted text is directly copied to your clipboard
- You can directly share the encrypted text too using Email, Facebook, WhatsApp, SMS, etc.
- For large text files, the files can be opened using a file manager and the encrypted text can also be saved to text files (This is the reason why the read and write permissions are required by the app)
- The new Tabbed UI (swipe-able tabs)
Please check it out. I hope you like it.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD - Dev Host​

And I'm sorry for the large screenshots. Didn't knew they appear this way on XDA.

text
Seems nice, but you need to add a more strong crypto
AbhishekS said:
And I'm sorry for the large screenshots. Didn't knew they appear this way on XDA.
Click to expand...
Click to collapse

droopyar said:
Seems nice, but you need to add a more strong crypto
Click to expand...
Click to collapse
Certainly. But my primary aim as always was to learn something new. I try learning new things and implement them.
I know Java pretty well, but I'm new to Android and it's APIs. So building a strong crypto would meaning working more on the Java part, whereas I wanted to spend more time getting hold of the 'Android part' of the programming.
Usually I take up 4-5 new things to learn per day, and if possible implement them together to build a simple app. But seeing the good response my friends and family are giving me on this, I may look forward to building up a stronger crypto. Can't completely ignore building up basic algorithms!
Sent from my Galaxy Nexus using Tapatalk 2

Related

[APP] Quotes n Jokes

Hey everyone,
to make myseld more familiar with some of the new HC/ICS features (ActionBar, Fragments, ViewPager, etc...) i made a new app.
This time is it something to make you laugh or kill boring hours waiting for something - "Quotes" (not the final name)...
Before i'm going to publish this in the market i want to give you the opportunity to give it a try and provide feedback if you want to.
I'm looking forward to all your feedback!
The APK is attached to this post (package name already reserved in market ).
Click to expand...
Click to collapse
Since there weren't any bug reports or other issues i am releasing the app to the Android Market
Get it via this link:
https://market.android.com/details?id=de.goddchen.android.quotes
or the QR Code
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Some background info:
The backend is done with Google AppEngine + Jersey (RESTful webservice).
All the quotes are saved in the AppEngine datastore.
The app aggregates the view counts of all views in the internal SQLite database and submits those aggregated values once every day (to prevent massive write operations on the AppEngine datastore).
Ratings are submitted instantly.
The app has an auto update feature which will be executed once every day by default (interval configurable and you can also turn it off completely). This update process retrieves only those quotes that have been changed since the last update. They are transmitted with a GZIP compression to save your bandwidth!
Goddchen
Nice app, tested on my sgs2 running 2.3.5
Tho the first load took a while
Sent from my GT-I9100 using xda premium
yes that's normal on first launch. it downloads all the data. You can configure the interval of auto updates in the settings (or disable it if you prefer manually updating the data).
Published
pushed an update this morning (0.1.1) that fixes a bug with viewcount submission...
My two favourite things in one app! I'll give some feedbacks soon.
haha very funny app, thanks!

[APP][2.3+] Securon - Send Your Files Securely!

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello everyone ^-^
I would like to share with you my first published app for Android. This is the perfect solution for sending and receiving files securely.
This app is for Android 2.3 and up
Securon is used to encrypt your files and then send them to your contacts.
This way you prevent prying eyes and unauthorized access to the transmitted files.
Today, whenever you send/receive files through the internet, you risk a great deal: someone can always expose the data you sent/received and even use it against you.
Only the person you send the files to, will be able to open them, and only on his device with the passcode he set to Securon.
The app makes use of the latest technology to secure your files with systems such as AES and RSA.
Securon is very simple and easy to use.
There is also support for sending multiple files at once (automatically puts them in one compressed file).
There's a passcode system in place that needs to be set on first use. This will prevent anyone with access to your phone from decrypting and viewing secured files received by you.
Notes:
* The unique IDs are very long because of the randomness of the ID. Don't worry and just copy-paste it in an app like Whatsapp.
* All the encrypted files are shown as music files (.mp3)- This is normal and how it should work.
* Please don't try to send your files with Securon after you encrypt them. It will try to decrypt the files you just encrypted (This is because Securon is registered to receive all file types).
* All the encrypted files will be saved in the folder 'Securon/Encrypted' on your SD card, and the decrypted files in the 'Securon/Decrypted' folder.
Click to expand...
Click to collapse
Play Store Link:
Screenshots:
Changelog:
v1.0.1
- New revamped UI design!
- Added settings screen.
- Added feedback button.
v1.0.0.2
- Added Hebrew translation.
- Improved tutorial.
v1.0.0.1
- Fixed a few bugs.
v1.0
- First release of Securon!
Click to expand...
Click to collapse
If you like this app, please rate it in the play store and rate this thread Newsworthy
Click to expand...
Click to collapse
Protect your intellectual properties. Securon.
Click to expand...
Click to collapse

[APP] Hotstrings - NEEDS testers or should I continue making this?

OK so this is a sort of experimental app that needs some testers. It's not in play yet but the apk is attached to the bottom of the OP. I'm just curious how many people would find something like this useful and wonder if I should carry on making it or just abandon it. Basically the app works as a sort of shortcut for frequently typed phrases or whatever that you may constantly type out that you may not want to. So you create a keyword and a string of text associated with that keyword. You can now cycle through keywords via the widget or the app itself and click on the keyword and have the associated text copied to clipboard for easy pasting wherever you may want
widget usage:
- Click left/right arrows to cycle database
- Click keyword/string to copy to clipboard
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
APK:
http://ompldr.org/vaTJyMg/hotstrings.apk
Would you mind explaining it a little better?
[Sry my native language isn't english]
I didn't get it. What exactly does it do?
Sent from my GT-I9070 using xda premium
http://www.autohotkey.com/docs/Hotstrings.htm
That link will give you an idea of what they are. I think what needs to happen for this to be worthwhile is a needs a custom kb to work with since you are unable to interact with these keywords in other apps(hence the clipboard). With a keyboard I could have a keyword for a really long bit of a text and I just type the keyword out and it will autoreplace with the associating string saving you time.
nlygamz said:
Would you mind explaining it a little better?
[Sry my native language isn't english]
Click to expand...
Click to collapse
Basically, you create short texts that expand to the full phrase/sentence you like. The only similar app I found was https://play.google.com/store/apps/details?id=com.agileapps.autocorrecteditor&feature=search_result which has fairly negative reviews and still has 500-1000 downloads. I expect this is about the size of audience the hotstrings app would get, perhaps slightly more if it is rated more positively.
Hi I know this is old but I'm looking for something like this! I had this option on my iPhone way back when, it's the only thing I miss about it. I use the Swype keyboard so I don't know if that will conflict with your app but it's worth a shot! The link seems to be down, is there any way I could get this apk to try out?

[Q] Note 10.1 Tomorrow. App suggestions?

It's arriving tomorrow and coming from iOS, I'm excited to jump into the Android world.
What are some must have apps I should download when I'm all set up?
JLombo said:
It's arriving tomorrow and coming from iOS, I'm excited to jump into the Android world.
What are some must have apps I should download when I'm all set up?
Click to expand...
Click to collapse
Welcome to Android, but be more specific of what apps do you want?
JLombo said:
It's arriving tomorrow and coming from iOS, I'm excited to jump into the Android world.
What are some must have apps I should download when I'm all set up?
Click to expand...
Click to collapse
Depending on your needs the answers will vary like the previous poster stated...
IMHO, the most useful apps (for me) are:
- Flash (Get latest from adobe archives, because they have stopped developing for Android)
- A Tor based browser to circumvent any national blocks. (There is a combined package)
- Google Drive, so you can edit/share spreadsheets etc without filling your SD card.
I'm sure there will be many more things you will get interested in...
---
Well that's all for now, 3M
Click the THANKS button if i was helpful in anyway ^^
Here are some that I get on new devices
Latest Flash player for Android Version 11.1.115.81 this is a direct download link, check download folder for the apk file.
SwiFTP it enables an Android phone or tablet to easily share files with computers or other devices over a wifi network. These computers only need to have an FTP client, which all computers do. You can walk around with your MP3/video/ebook/whatever collection and share it seamlessly with almost any wifi-enabled system.
AppSales
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Battery HD
Clean Master (Cleaner) - FREE
Google Earth
MyScript Calculator
File Manager HD for Tablet
Helium - App Sync and Backup
Chrome Browser
Flipboard

[APP] SHAREX - FILE SHARING WITHOUT WIFI

High transfer speed and no file loss, powerful, stable, quality, and easy to use.​
ShareX is share + X, X is file, video, photo, contact... Everything on your phone.
ShareX can:​
1. Transfer files with fast speed.
2. Send large files (up to 100G) and multiple files at the same time.
3. You don't need cables, no internet, no data usage.
4. Cross-platform support
How to use it:​
1. Open ShareX inside two devices.
2. One of them chooses the "Send" button, another chooses the "Receive" button.
3. Please click the avatar on the scanning screen
4. Waiting for connecting between devices
5. Send everything to your phone after being connected successfully​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Special: it's free, and it doesn't have as many ads as other applications.​
You do not believe it, right? Let's try it now.
I would love to get feedback if anyone tries it, so here's the link.
Google Play:
ShareX - File Sharing - Apps on Google Play
Powerful, Stable, Quality, Simple
play.google.com
App Store:
‎ShareX - File Sharing
‎ShareX is share + X, X is file, video, photo, contact... Everything on your phone. ShareX can: 1. Transfer files with fast speed. 2. Send large files (up to 100G) and multiple files at the same time. 3. You don't need cables, no internet, no data usage. 4. Cross-platform support How to use it...
apps.apple.com
Himintech said:
Cross-platform support
Click to expand...
Click to collapse
have you any plan for Windows and macOS, Linux also?
oldman20 said:
have you any plan for Windows and macOS, Linux also?
Click to expand...
Click to collapse
Thanks for your question.
The app is developing in Windows and macOS. And Linux, we are going to plan for it someday.
Now, you can try the app on your phone. I love knowing your experience so tell me soon.

Categories

Resources