Author

Topic: NXT AM contest best AM implementation (Read 3861 times)

newbie
Activity: 35
Merit: 0
February 02, 2014, 05:32:25 PM
#16
 Sad

sorry did not have time to vote for the getfun12345,
even registered for this...
sr. member
Activity: 294
Merit: 250
February 02, 2014, 03:47:31 PM
#15

230 votes in minutes Grin Undecided

"Someone" takes 30 votes in a few minutes... That is cheating but it s fine Wink
full member
Activity: 266
Merit: 100
NXT is the future
February 02, 2014, 03:39:12 PM
#14

230 votes in minutes Grin Undecided
sr. member
Activity: 294
Merit: 250
February 02, 2014, 03:33:12 PM
#13
Someone cheat a lot! Congrats
hero member
Activity: 531
Merit: 500
February 02, 2014, 10:52:02 AM
#12
They are all great but the minusbalancer client with one-clickc install is atm what nxt needs in my opinion.
legendary
Activity: 1540
Merit: 1016
February 02, 2014, 10:17:08 AM
#11
done
hero member
Activity: 750
Merit: 500
www.coinschedule.com
February 02, 2014, 10:01:51 AM
#10
Quote
Can the mynxt.info alerter that sends AM directly to your inbox be included in the contest?
legendary
Activity: 1005
Merit: 1002
work hard, die young (c)
February 02, 2014, 08:20:33 AM
#9
I vote for scor2k - suggestions: the website needs a little work and you should add an API so that client devs can use the info, mainly avatars and such things, in their client. Btw, memo: ICQ is dead! Wink
API - is a very good idea, thank you very much!  ICQ - is just a simple IM. Google Talk, Jabber, etc will be added on next week. 

P.S. About my website. I'm not a very good designer Smiley And wordpress - is first idea for quick design.
hero member
Activity: 600
Merit: 500
Nxt-kit developer
February 02, 2014, 05:18:29 AM
#8
Nxt-Client-For-Android for it's open sources

P.S. nxtwitter.com is free
newbie
Activity: 42
Merit: 0
February 02, 2014, 02:43:57 AM
#7
AM Contest entry
NXT client for android
Message chat system

http://bbyk.sinaapp.com/temp/chat.jpg

http://bbyk.sinaapp.com/temp/encrypt.jpg

Encrypted Message
encrypt: using sender's private key and recipient's public key.
decrypt: using recipient's private key and sender's public key.
Only the sender or recipient can decode the encrypted  message.
Encryption algorithm
https://nextcoin.org/index.php?topic=727.0
Format
https://nextcoin.org/index.php/topic,2952.0.html

nextcoin.org
https://nextcoin.org/index.php/topic,797.0.html
Google Play
https://play.google.com/store/apps/details?id=org.nextcoin.nxtclient

Source
https://github.com/JunhuaLyu/Nxt-Client-For-Android
newbie
Activity: 10
Merit: 0
February 02, 2014, 01:58:01 AM
#6
My vote for Nxtty!
hero member
Activity: 714
Merit: 500
Crypti Community Manager
February 01, 2014, 10:17:31 PM
#5
AM contest

I have 3 entries for it.

- Sending encrypted messages via AM on NXTarea.com (this will be soon implemented into nxtion.com as a main messaging option, next week)
- AM explorer on NXTarea.com
- nxtion.com, a twitter style tool, which let's you create your own profile with social informations and you can publish shouts (like tweets) (many more features to come, here you can see them)


At the beginning the blockchain scanner for nxtion.com and the AM explorer made a few problems. But they are both running now without any problem since days. Smiley

Encrypted messaging via AM

I coded an encryption tool, which encrypts a message with AES (128, 192 and 256 bit). After the encryption you can send it to the blockchain.

You need to specify a key and an initialization vector. More info you can find on my website and wikipedia. If anyone has an idea how I can make a system where the recipient knows which key and initialization vector he has to use, let me know! Smiley

For the encryption part I used this php version!

To the Msg Encrypter!


I made 2 test encryption messages, they were send from the website directly.

Quote
Key: 12345678909876541234567890987654

Initialization Vector: 0987654321234567

Encryption Mode: cbc

Encryption: 256 Bit

Original message:
This is the first encrypted message sent by NXTarea.com! Soon on nxtion.com! Smiley Have fun. Greetings Berzerk.


Encrypted message:
<°þÆÞ�¥vgKä”8Aïš™Š]lûŽ·0\¯ù„ðÔFWÆvÖkVöæ¥ÑÄ U€³ÈZí¾*¥êÝVÆ3òk–4ߧóÖ+;ÊYÏ«èaäz»'î ™‡I%Æ


Base64-Encoded Encrypted Message:
PLD+xt6BpXZnS+SUOEHvH5qZil1s+463MFwZr/mE8NQURlcZxnbWEmtW9ual0cQgVYCzyFoQ7b4qperdVsYz8muWPEdIxm8ZsKIS4yjEzwS+6RY+NN+n89YrO8pZzwIDqxfoYeR6uyfuoMKZh0klxg==
Quote
Key: 12345678909876541234567890987654

Initialization Vector: 0987654321234567

Encryption Mode: cbc

Encryption: 256 Bit

Original message:
This is the second encrypted message sent by NXTarea.com! I hope you like it. Smiley


Encrypted message:
âROÔƒj^�iƒr7]ˆûŒl   Y^·bMm˜ê.Û7yXºHr†sOÏ
_¾€�ÄÊúùÐ1u&ü1ge~Þ=¾X;3ÝÞhj5 (4pcˆÏ–±+Æk”¸�Í?6jå€M²‹


Base64-Encoded Encrypted Message:
4lJP1INqXo1pg3I3XYj7jGwJFllet2JNbZjqLts3eVi6SHKGc0/PCl++gJ3Eyvr50DF/dSb8MWdlft49vlg7M93eaGo1ICg0cGOIz5axK8ZrlBgRuI3NPzYIauWATbKL


You can also view them on my AM Explorer (IDs: 1100, 1101)


If everything works fine I will implement it into nxtion.com in form of a messaging tool between all users, where the key/init_vect are known (if wanted).


Thank you.

PS: I also participate with this in the AM contest. Smiley

NXTarea.com update - Arbitrary Message Explorer

My next update for today is the Arbitrary Message Explorer. There you find EVERY message which got sent to the network so far. You can also search for specific accounts which sent or received arbitrary messages.

The link: http://nxtarea.com/amexplorer.php

Though this is not the biggest feature I would also like to participate in the AM contest with this script! Smiley


I hope you like it.

nxtion.com - A twitter style arbitrary message tool




I'm proud to announce my newest project! I release it as a contestant for the AM contest. It's still in alpha mode, but basic features already works. But please don't forget the alpha mode.  

Where comes the name from?
nxtion is created from the word "connection" (conn(e)xtion). I want to connect people which are fighting for Nxt success. But what does "connect" means? Please read further..  


What else?
As a user you can create a profile with a few information about yourself. Possible information:

Nickname, Gender, Place, Birthday, E-Mail, Website, BitcoinTalk Username, NxtCrypto Username.

Also you can choose an URL for an avatar. Beside that you can choose your own shortlink. With this shortlink other users are able to go to your profile. Every non existent shortlink will redirect to my own profile on nxtion.com.

Example: http://nxtion.com/profile.php?s=Berzerk (my own one)

If you find bugs, have ideas or feature requests please send me an email to: [email protected]

Our alias is: nxtioncom (nxtion is unfortunately already assigned)


Out of my head a few features:
- Delete shouts
- Creating aliases with a few mouseclicks, which points to your profile
- Integrate private encrypted messages to other users
- Integrate whispers, the possibility to post on other users profiles (to prevent spam the owner of the profile could specify a given fee which have to be used)
- A big statistic with information about nxtion (number of shouts, number of users, amount of nxt of all users etc)
- More information possibilites for users (like biography, donation nxt account id, amount of nxt etc)


Please let me know what you think. Because this thread is very confusing I created a new thread on NxtCrypto! Please write everything there! Smiley

To the NxtCrypto thread!


Thank you very much.

I hope you all vote for my projects, I will guarantee that the AM explorer and nxtion.com will develop in the direction you like. Just write me an email or a PM. Smiley
full member
Activity: 224
Merit: 100
February 01, 2014, 03:30:00 PM
#4
My entry is not my client, but "Project Wake-Up Call" ( https://bitcointalksearch.org/topic/m.4871847 )
legendary
Activity: 2184
Merit: 1000
February 01, 2014, 03:29:20 PM
#3



PLEASE SEE THE YOUTUBE VIDEO OF NXTTY APP IN ACTION

http://www.youtube.com/watch?v=Gj0CRqoNsYc&feature=youtu.be

Iphone Dev Team (Nextcoin usernames):
Rriky92
Wolfgang
Taylormcm
sr. member
Activity: 308
Merit: 250
February 01, 2014, 03:26:34 PM
#2
I vote for scor2k - suggestions: the website needs a little work and you should add an API so that client devs can use the info, mainly avatars and such things, in their client. Btw, memo: ICQ is dead! Wink
full member
Activity: 266
Merit: 100
NXT is the future
Jump to: