How can I simplify creating customer accounts for my online store?

Hello, I am looking for a solution to a problem I am having with our online store. We offer subscription based apps and software. The issue is finding a simple way for customers to create their login credentials once they have made their order. We also need a way of obtaining and storing that login information in some type of database.

The few subscription apps I have come across are not ideal. We would like to create something similar to what is shown in the videos here. Either before or after payment is completed the user would generate a random account number by clicking a link, then that information would be sent to a database or CSV file. Would something like this be possible with code?