You are viewing our Forum Archives. To view or take place in current topics click here.
Making apps for hobby
Posted:

Making apps for hobbyPosted:

TheRealDgk
  • New Member
Status: Offline
Joined: Oct 17, 201310Year Member
Posts: 23
Reputation Power: 0
Status: Offline
Joined: Oct 17, 201310Year Member
Posts: 23
Reputation Power: 0
Hi TTG, it's been awhile! Basically I'm looking for a some app ideas for a hobby I'd like to continue doing, but keep finding myself to be running out of ideas. I feel like with some other peoples ideas I can keep teaching myself to make new things and also to challenge myself. So if you ever had an idea for an app and want to share them feel free to post them here and I can see if I can make it or not. I should mention this isn't a way to steal your ideas, I won't even publish these to the store. Just looking to try new things and improve. Thanks!
#2. Posted:
16
  • Blind Gifter
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,655
Reputation Power: 11983
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,655
Reputation Power: 11983
I've been thinking about making a crypt app, putting the main process in the background.

the idea would be of a material based design for simplicity, alongside with the actual function which would be encrypting and a decrypting, the inputted string.

example

"text to crypt" > randomly generated salted SHA256 > decryption key > user has both codes.

pretty simple in reality but i never really took the time to get to it
#3. Posted:
TheRealDgk
  • New Member
Status: Offline
Joined: Oct 17, 201310Year Member
Posts: 23
Reputation Power: 0
Status: Offline
Joined: Oct 17, 201310Year Member
Posts: 23
Reputation Power: 0
Hmm, I like it. So the decryption key it gives you would only work for the salted SHA256 it gives you correct? Or are you wanting the user to have it's own decryption key that works for all encrypted texts?
#4. Posted:
Zydrin
  • TTG Elite
Status: Offline
Joined: Oct 17, 201310Year Member
Posts: 12,477
Reputation Power: 1973
Status: Offline
Joined: Oct 17, 201310Year Member
Posts: 12,477
Reputation Power: 1973
Make an app that allows you to download YouTube videos and such, plenty of apps out there buy they're all rubbish with tons of ads.
#5. Posted:
TheRealDgk
  • New Member
Status: Offline
Joined: Oct 17, 201310Year Member
Posts: 23
Reputation Power: 0
Status: Offline
Joined: Oct 17, 201310Year Member
Posts: 23
Reputation Power: 0
Oh I know, it's annoying. There used to be a really good one but for some reason it just stopped working one day. I'll look into it. I've never tried making an app that downloads from a website so it might take a little time. Thanks for the suggestion.
#6. Posted:
16
  • Gold Member
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,655
Reputation Power: 11983
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,655
Reputation Power: 11983
TheRealDgk wrote Hmm, I like it. So the decryption key it gives you would only work for the salted SHA256 it gives you correct? Or are you wanting the user to have it's own decryption key that works for all encrypted texts?


It's end to end encryption, only the key you get from the salted SHA256 would work so yes

I got the idea from the general RSA encryption typically found in outside connections, surely you know this.

The idea would be more along the line of a advanced locking system 3 step verification etc. Never really got around to this though.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.